-
Notifications
You must be signed in to change notification settings - Fork 44
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(build-config): switch to mini-css-extract-plugin
extract-text-webpack-plugin will not support webpack 4 and is in maintenance mode. recommended alternative is mini-css-extract-plugin: webpack-contrib/extract-text-webpack-plugin#731 (comment)
- Loading branch information
1 parent
9792aaf
commit d9a303e
Showing
4 changed files
with
36 additions
and
43 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -386,7 +386,7 @@ async@^1.4.0, async@^1.5.0: | |
version "1.5.2" | ||
resolved "https://registry.yarnpkg.com/async/-/async-1.5.2.tgz#ec6a61ae56480c0c3cb241c95618e20892f9672a" | ||
|
||
async@^2.0.0, async@^2.1.4, async@^2.4.1: | ||
async@^2.0.0, async@^2.1.4: | ||
version "2.6.0" | ||
resolved "https://registry.yarnpkg.com/async/-/async-2.6.0.tgz#61a29abb6fcc026fea77e56d1c6ec53a795951f4" | ||
dependencies: | ||
|
@@ -2910,15 +2910,6 @@ extglob@^2.0.4: | |
snapdragon "^0.8.1" | ||
to-regex "^3.0.1" | ||
|
||
extract-text-webpack-plugin@^4.0.0-alpha.0: | ||
version "4.0.0-beta.0" | ||
resolved "https://registry.yarnpkg.com/extract-text-webpack-plugin/-/extract-text-webpack-plugin-4.0.0-beta.0.tgz#f7361d7ff430b42961f8d1321ba8c1757b5d4c42" | ||
dependencies: | ||
async "^2.4.1" | ||
loader-utils "^1.1.0" | ||
schema-utils "^0.4.5" | ||
webpack-sources "^1.1.0" | ||
|
||
[email protected]: | ||
version "1.3.0" | ||
resolved "https://registry.yarnpkg.com/extsprintf/-/extsprintf-1.3.0.tgz#96918440e3041a7a414f8c52e3c574eb3c3e1e05" | ||
|
@@ -5134,6 +5125,13 @@ mimic-fn@^1.0.0: | |
version "1.2.0" | ||
resolved "https://registry.yarnpkg.com/mimic-fn/-/mimic-fn-1.2.0.tgz#820c86a39334640e99516928bd03fca88057d022" | ||
|
||
mini-css-extract-plugin@^0.2.0: | ||
version "0.2.0" | ||
resolved "https://registry.yarnpkg.com/mini-css-extract-plugin/-/mini-css-extract-plugin-0.2.0.tgz#7a16b0e1096c86de8e4d1c3b063aa1aeae88d41d" | ||
dependencies: | ||
loader-utils "^1.1.0" | ||
webpack-sources "^1.1.0" | ||
|
||
minimalistic-assert@^1.0.0: | ||
version "1.0.0" | ||
resolved "https://registry.yarnpkg.com/minimalistic-assert/-/minimalistic-assert-1.0.0.tgz#702be2dda6b37f4836bcb3f5db56641b64a1d3d3" | ||
|