-
Notifications
You must be signed in to change notification settings - Fork 6.1k
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
Error when building the Webpack DLL... #658
Comments
I thought we used |
Same error here: I've tried your solution @gabrielrtakeda but I cannot run
|
@Antonhansel @mxstbr I tried using eslint-plugin-import@1.10.2 and worked. Let me know if you think that sounds like a good resolution. |
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
When building webpack dll, occurs the error below:
It seems to be an error produced by
babel-preset-es2015-webpack
module.Resolved in this issue: gajus/babel-preset-es2015-webpack#10
Just run
npm uninstall --save-dev babel-preset-es2015
and thats be ok.Sorry for the bad English.
The text was updated successfully, but these errors were encountered: