markshapiro / webpack-merge-and-include-globally

Merge multiple files (js, css..) and include by running them "as is". Supports minify by custom transform and wildcard paths.
MIT License
102 stars 27 forks source link

Add loader #59

Open aspirisen opened 3 years ago

aspirisen commented 3 years ago

Is it possible to have loader? It would be good to bypass my code through loaders like babel etc. and minification that are already configured, and then just concat the the result code, without webpack's bootstrap function wrappers.

I am just looking for how to resolve this issue https://stackoverflow.com/questions/66087526/webpack-do-not-use-webpackboostrap-function-wrappers.

Thanks.