Conversation
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 * webpack-helpers: `copy-webpack-plugin`, `html-webpack-plugin`, `mini-css-extract-plugin` * webpack-loaders: `loader-utils`, `css-loader`, `postcss-loader"`, `sass-loader`, `source-map-loader`, `style-loader` * deps: upgrade `karma-webpack` to v5 * deps: update post-css packages * refactor(webpack-merge): migrate to new version * refactor: migrate `post-css` options to v8 * refactor: migrate options to webpack v5 * `splitChunks.cacheGroups.vendors` → `splitChunks.cacheGroups.defaultVendors` * change `sass-loader`s 'query' key to 'options' * refactor: remove `addEnvVariables()` in merge fn TODO: refactor mode/env (#4) * config(npm): remove `-p` from webpack commands * config(test): use `NODE_ENV` in karma.webpack.mode * test(assets): remove __esModule' import test closes #10
github-actions bot
pushed a commit
that referenced
this pull request
May 4, 2022
# [2.2.0](v2.1.2...v2.2.0) (2022-05-04) ### ✨ Features * migrate to webpack v5 ! BREAKING CHANGE ! ([#13](#13)) ([019487f](019487f)), closes [#4](#4) ### BREAKING CHANGES * 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 * webpack-helpers: `copy-webpack-plugin`, `html-webpack-plugin`, `mini-css-extract-plugin` * webpack-loaders: `loader-utils`, `css-loader`, `postcss-loader"`, `sass-loader`, `source-map-loader`, `style-loader` * deps: upgrade `karma-webpack` to v5 * deps: update post-css packages * refactor(webpack-merge): migrate to new version * refactor: migrate `post-css` options to v8 * refactor: migrate options to webpack v5 * `splitChunks.cacheGroups.vendors` → `splitChunks.cacheGroups.defaultVendors` * change `sass-loader`s 'query' key to 'options' * refactor: remove `addEnvVariables()` in merge fn
DoubleU23
added a commit
that referenced
this pull request
May 4, 2022
# [3.0.0](v2.1.2...v3.0.0) (2022-05-04) ### 🚨 BREAKING CHANGE - migrate to webpack v5 ([#13](#13)) ([019487f](019487f)), closes [#4](#4) ### 📦 Dependencies - deps: upgrade webpack packages `webpack`, `webpack-cli`, `webpack-dev-server`, `webpack-merge` - deps: upgrade other webpack releated pckgs - webpack-helpers: `copy-webpack-plugin`, `html-webpack-plugin`, `mini-css-extract-plugin` - webpack-loaders: `loader-utils`, `css-loader`, `postcss-loader"`, `sass-loader`, `source-map-loader`, `style-loader` - deps: upgrade `karma-webpack` to v5 - deps: update post-css packages ### 🏗️ Refactoring - refactor(webpack-merge): migrate to new version - refactor: migrate `post-css` options to v8 - refactor: migrate options to webpack v5 - `splitChunks.cacheGroups.vendors` → `splitChunks.cacheGroups.defaultVendors` - change `sass-loader`s 'query' key to 'options' - refactor: remove `addEnvVariables()` in merge fn
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
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.
No description provided.