-
Notifications
You must be signed in to change notification settings - Fork 28
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
Possible breaking changes introduced in Webpack 2.1.0-beta23 #17
Comments
Having the same issue. |
My workaround is installed beta22 version
|
I'm having the same issue. Thanks @jenky for the workaround. |
npm i webpack@2.1.0-beta.22 This does not fix the issue for elixir's laravel-elixir-webpack-official does it? |
I've submitted a PR for a patch to lock down the dependency to a max of webpack@2.1.0-beta.22 until the actual issue with the breaking changes is fixed. Hopefully someone more familiar with node than I can look into the changes required to make the package compatible with beta23. |
same issue here
|
@rsm23 Can you run 'npm update' and try again? A patch was merged a few hours ago. |
@WebSpanner actually it has been fixed, thank you so much |
As for now, `npm install` installs `beta.25` version which fails claiming that the webpack config file is invalid. It seems that the webpack team introduced some changes in `beta.23` which break on some configs: JeffreyWay/laravel-elixir-webpack-official#17 .
As for now, `npm install` installs `beta.25` version which fails claiming that the webpack config file is invalid. It seems that the webpack team introduced some changes in `beta.23` which break on some configs: JeffreyWay/laravel-elixir-webpack-official#17 .
I tried these steps and finally it works: npm uninstall webpack --save-dev then npm install webpack@2.1.0-beta.22 --save-dev |
I ran into this issue today :
Then I tried the above solution : npm install webpack@2.1.0-beta.22 --save-dev and it works! thanks |
I can't get my gulp build to run. The error states:
Some googling indicates that this might be related to breaking changes in Webpack 2.1.0-beta23, but I don't really know.
Related github issues:
webpack/webpack#3018
angular/angular-cli#2234
The text was updated successfully, but these errors were encountered: