webpack-bundle
webpack-bundle copied to clipboard
webpack4 support
People are experiencing a large boost in build times. @mariusbalcytis do you have any plan in providing the new configs?
I was able to adapt webpack 4 by making a few minor changes to webpack.config.js and updating packages in package.json.
These changes make webpack work well when I use dev-server, the only problem I have is that when I launch webpack for production I do not generate the links to the style sheets, I think it is due to some conflict between the maba.yml configuration and the new version of webpack.
If I find the solution I will write here again.
P.S.: Compilation times don't improve when upgrading to webpack 4, at least I haven't achieved a significant improvement.
I was able to adapt webpack 4 by making a few minor changes to webpack.config.js and updating packages in package.json.
These changes make webpack work well when I use dev-server, the only problem I have is that when I launch webpack for production I do not generate the links to the style sheets, I think it is due to some conflict between the maba.yml configuration and the new version of webpack.
If I find the solution I will write here again.
P.S.: Compilation times don't improve when upgrading to webpack 4, at least I haven't achieved a significant improvement.
If you find a solution please make a pull request. thanks.