1
0
mirror of https://github.com/mgerb/react-starter synced 2026-01-09 16:42:48 +00:00

switch from extract-text-webpack-plugin to mini-css-extract-plugin

This commit is contained in:
2018-08-22 22:19:40 -05:00
parent fcfa29bdf5
commit 8625cd670b
3 changed files with 46 additions and 12 deletions

22
package-lock.json generated
View File

@@ -5414,6 +5414,28 @@
"dom-walk": "0.1.1"
}
},
"mini-css-extract-plugin": {
"version": "0.4.2",
"resolved": "https://registry.npmjs.org/mini-css-extract-plugin/-/mini-css-extract-plugin-0.4.2.tgz",
"integrity": "sha512-ots7URQH4wccfJq9Ssrzu2+qupbncAce4TmTzunI9CIwlQMp2XI+WNUw6xWF6MMAGAm1cbUVINrSjATaVMyKXg==",
"requires": {
"loader-utils": "1.1.0",
"schema-utils": "1.0.0",
"webpack-sources": "1.1.0"
},
"dependencies": {
"schema-utils": {
"version": "1.0.0",
"resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-1.0.0.tgz",
"integrity": "sha512-i27Mic4KovM/lnGsy8whRCHhc7VicJajAjTrYg11K9zfZXnYIt4k5F+kZkwjnrhKzLic/HLU4j11mjsz2G/75g==",
"requires": {
"ajv": "6.3.0",
"ajv-errors": "1.0.0",
"ajv-keywords": "3.1.0"
}
}
}
},
"minimalistic-assert": {
"version": "1.0.1",
"resolved": "https://registry.npmjs.org/minimalistic-assert/-/minimalistic-assert-1.0.1.tgz",