Update webpack to the latest version 🚀 #69
Merged
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.
The devDependency webpack was updated from
4.31.0
to4.32.0
.This version is not covered by your current version range.
If you don’t accept this pull request, your project will work just like it did before. However, you might be missing out on a bunch of new features, fixes and/or performance improvements from the dependency update.
Release Notes for v4.32.0
Features
this.mode
to the loader API, to allow loaders to choose defaults bymode
similar to webpacks optionsimport()
now includes the stack from where theimport()
was calledBugfixes
const { a, ...rest } = obj
, whererest
conflicts with an imported binding etc.node: false
now correctly disables__dirname
and__filename
too__dirname
and__filename
now no longer evaluates to something whennode: false
ornode.__file/dirname: false
is setif(__dirname !== "")
is no longer replaced withif(true)
in such scenarios__webpack_public_path__
for prefetching tooContribute
Commits
The new version differs by 59 commits.
bbe71d8
4.32.0
5c63e05
Merge pull request #9153 from webpack/bugfix/dll-side-effects
a4bbdae
fix problem with dll and sideEffects
36c7ab7
Merge pull request #9128 from rchl/fix/useful-chunk-load-stacktrace
a145bea
Merge pull request #9140 from tschaub/loader-mode
412f77c
Merge pull request #9152 from webpack/dependabot/npm_and_yarn/@types/node-10.14.7
ad08a37
chore(deps-dev): bump @types/node from 10.14.6 to 10.14.7
b322070
fix: provide useful stacktrace on chunk loading failure
5178aa9
Merge pull request #9143 from webpack/dependabot/npm_and_yarn/eslint-config-prettier-4.3.0
a0d16cb
Merge pull request #9134 from webpack/dependabot/npm_and_yarn/webpack-dev-middleware-3.7.0
fac1b9f
chore(deps-dev): bump eslint-config-prettier from 4.2.0 to 4.3.0
1a63d7b
Default to production
290ab5d
Allow loaders to access the mode
62d1b15
Merge pull request #9136 from webpack/dependabot/npm_and_yarn/lint-staged-8.1.7
412a1ed
chore(deps-dev): bump lint-staged from 8.1.6 to 8.1.7
There are 59 commits in total.
See the full diff
FAQ and help
There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.
Your Greenkeeper bot 🌴