-
Notifications
You must be signed in to change notification settings - Fork 76
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
[RE-OPEN]: Todomvc vue/src maps #389
Conversation
So before this change, chunk-vendors.~.js looked like this:
After the change, it looked like this instead:
|
configureWebpack: { | ||
plugins: [new webpack.EvalSourceMapDevToolPlugin({})], | ||
}, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Indeed the eval plugin isn't great for production, see https://webpack.js.org/configuration/devtool/
Not sure how to fix #385 but I wouldn't do it this way :/
At this point, I think this issue is out of 3.0 release. |
Re-opening for investigation and discussions.
This changes seems to have an impact on scores.
previous pr: #386