Skip to content

Webpack 4 migration? #292

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
asadsahi opened this issue Mar 4, 2018 · 7 comments
Open

Webpack 4 migration? #292

asadsahi opened this issue Mar 4, 2018 · 7 comments

Comments

@asadsahi
Copy link

asadsahi commented Mar 4, 2018

Any plans of migrations to webpack 4?

@danzlarkin
Copy link

danzlarkin commented Mar 7, 2018

I'm currently working on a Pull Request at the moment.

All is functioning in development mode, but still working on a patch for the "extract-text-webpack-plugin" which is causing an error in production mode.

Webpack 4.0 is still quite buggy, as many plugins aren't updated as of yet.

@asadsahi
Copy link
Author

asadsahi commented Mar 7, 2018

@larkin-nz I realised it as well some warnings with extract-text-webpack-plugin. Existing webpack 4 upgrade pull request works with similar warnings but it produces the bundle correctly and works for me. What error do you receive?

@danzlarkin
Copy link

The issues that I'm having occurring in production mode are causing Webpack not to serve the CSS files to the browser.

@asadsahi
Copy link
Author

asadsahi commented Mar 7, 2018

This sounds slightly similar issue I was having when I upgraded webpack-dev-middleware to 3.x but had to revert back to 2.x. The issue I was having was on Windows OS and it was for all static files not being served because of some path malformed.

But yours might be a different issue.

@danzlarkin
Copy link

Interesting, I'm running a Unix-like architecture and it seems to run fine in development mode.

I'll do some debugging tomorrow and have a look at that.

@mkastner
Copy link

I'm also looking forward to this working with Vue 4.x

@SarasArya
Copy link

Any updates on this ? Looking forward to it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants