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.
BREAKING CHANGE: for
webpack@4
use@stackr23/webpack@2
deps: upgrade webpack packages
webpack
,webpack-cli
,webpack-dev-server
,webpack-merge
deps: upgrade other webpack releated pckgs
copy-webpack-plugin
,html-webpack-plugin
,mini-css-extract-plugin
loader-utils
,css-loader
,postcss-loader"
,sass-loader
,source-map-loader
,style-loader
deps: upgrade
karma-webpack
to v5deps: update post-css packages
refactor(webpack-merge): migrate to new version
refactor: migrate
post-css
options to v8refactor: migrate options to webpack v5
splitChunks.cacheGroups.vendors
→splitChunks.cacheGroups.defaultVendors
sass-loader
s 'query' key to 'options'refactor: remove
addEnvVariables()
in merge fnTODO: refactor mode/env (fix(ENVVARS): refactor mode and env #4)
config(npm): remove
-p
from webpack commandsconfig(test): use
NODE_ENV
in karma.webpack.modetest(assets): remove __esModule' import test
closes #10