-
-
Notifications
You must be signed in to change notification settings - Fork 6.3k
Add note about loader incompatible with webpack 4 #6265
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
Closed
Closed
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Aside from the Node.js version requirement, these dependency version bumps are not likely to bring in any user-facing breaking changes
…ities chore(plugin): add link to cypress cross-browser guide chore(dep): upgrade to cypress v4.0.0 chore(dep): upgrade to Cypress 4.0.1 chore(dep): upgrade to cypress v5.0.0
It causes peer dependency warnings because of several ill-maintained apollo packages, but let's just ignore them. Fixes vuejs#6191
When username and password are configured in the .npmrc for the respective scope, use basic auth when getting package metadata from the npm registry. Closes vuejs#6206
…v4 (vuejs#6215) Note this plugin is compatible with cli-service v4, therefore users can upgrade to it separately for mocha major version upgrades
1. createRequire should have been properly handled in newer Jest versions: jestjs/jest#9469 2. We don't test migrators with Jest mock modules anymore So it's safe to skip that condition
See the reasoning at facebook/create-react-app#7633 This change should improve the build speed for large projects
Co-authored-by: Haoqun Jiang <[email protected]>
It's not used in any server-side code
vuejs#6230) When the user sets the project public path to the absolute path, the extract-css publicPath option should be changed accordingly
sass-loader is incompatible with webpack 4 since https://github.com/webpack-contrib/sass-loader/releases/tag/v11.0.0. It might be good to include a note for users stumbling upon this problem.
Hi, I am new to vue and just hit this issue, so I thought it might be good to leave a note here. I also happy if this should be addressed in a different way. |
ok sorry should have forked from master I guess. Openend #6266 instead. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
What kind of change does this PR introduce? (check at least one)
Does this PR introduce a breaking change? (check one)
Other information:
sass-loader is incompatible with webpack 4 since https://github.com/webpack-contrib/sass-loader/releases/tag/v11.0.0. It might be good to include a note for users stumbling upon this problem.