webpack-bundle icon indicating copy to clipboard operation
webpack-bundle copied to clipboard

webpack4 support

Open mvrhov opened this issue 7 years ago • 2 comments

People are experiencing a large boost in build times. @mariusbalcytis do you have any plan in providing the new configs?

mvrhov avatar Feb 27 '18 14:02 mvrhov

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.

devsigner-xyz avatar Jul 19 '18 13:07 devsigner-xyz

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.

sschueller avatar Oct 05 '18 07:10 sschueller