Open aspirisen opened 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.
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.