Skip to content
This repository was archived by the owner on Jun 10, 2019. It is now read-only.

Commit ca28b55

Browse files
authored
Merge pull request #946 from jjhampton/945-webpack-css-order
Fix issue w/ production CSS being generated in wrong order (Webpack)
2 parents 4611266 + 5be3945 commit ca28b55

File tree

2 files changed

+12
-19
lines changed

2 files changed

+12
-19
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565
"eslint-plugin-import": "^2.7.0",
6666
"eslint-plugin-jsx-a11y": "^6.0.2",
6767
"eslint-plugin-react": "^7.4.0",
68-
"extract-text-webpack-plugin": "2.1.0",
68+
"extract-text-webpack-plugin": "3.0.0",
6969
"file-loader": "0.11.1",
7070
"fs-extra": "3.0.1",
7171
"html-webpack-plugin": "2.28.0",

yarn.lock

Lines changed: 11 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -407,7 +407,7 @@ ajv-keywords@^3.0.0, ajv-keywords@^3.1.0:
407407
version "3.1.0"
408408
resolved "https://registry.yarnpkg.com/ajv-keywords/-/ajv-keywords-3.1.0.tgz#ac2b27939c543e95d2c06e7f7f5c27be4aa543be"
409409

410-
ajv@^4.11.2, ajv@^4.9.1:
410+
ajv@^4.9.1:
411411
version "4.11.8"
412412
resolved "https://registry.yarnpkg.com/ajv/-/ajv-4.11.8.tgz#82ffb02b29e662ae53bdc20af15947706739c536"
413413
dependencies:
@@ -704,7 +704,7 @@ async@^1.4.0, async@^1.5.0, async@^1.5.2:
704704
version "1.5.2"
705705
resolved "https://registry.yarnpkg.com/async/-/async-1.5.2.tgz#ec6a61ae56480c0c3cb241c95618e20892f9672a"
706706

707-
async@^2.1.2, async@^2.1.4:
707+
async@^2.1.2, async@^2.1.4, async@^2.4.1:
708708
version "2.6.0"
709709
resolved "https://registry.yarnpkg.com/async/-/async-2.6.0.tgz#61a29abb6fcc026fea77e56d1c6ec53a795951f4"
710710
dependencies:
@@ -3868,14 +3868,14 @@ extglob@^2.0.4:
38683868
snapdragon "^0.8.1"
38693869
to-regex "^3.0.1"
38703870

3871-
extract-text-webpack-plugin@2.1.0:
3872-
version "2.1.0"
3873-
resolved "https://registry.yarnpkg.com/extract-text-webpack-plugin/-/extract-text-webpack-plugin-2.1.0.tgz#69315b885f876dbf96d3819f6a9f1cca7aebf159"
3871+
extract-text-webpack-plugin@3.0.0:
3872+
version "3.0.0"
3873+
resolved "https://registry.yarnpkg.com/extract-text-webpack-plugin/-/extract-text-webpack-plugin-3.0.0.tgz#90caa7907bc449f335005e3ac7532b41b00de612"
38743874
dependencies:
3875-
ajv "^4.11.2"
3876-
async "^2.1.2"
3877-
loader-utils "^1.0.2"
3878-
webpack-sources "^0.1.0"
3875+
async "^2.4.1"
3876+
loader-utils "^1.1.0"
3877+
schema-utils "^0.3.0"
3878+
webpack-sources "^1.0.1"
38793879

38803880
38813881
version "1.3.0"
@@ -9148,7 +9148,7 @@ sort-keys@^1.0.0:
91489148
dependencies:
91499149
is-plain-obj "^1.0.0"
91509150

9151-
source-list-map@^0.1.7, source-list-map@~0.1.7:
9151+
source-list-map@^0.1.7:
91529152
version "0.1.8"
91539153
resolved "https://registry.yarnpkg.com/source-list-map/-/source-list-map-0.1.8.tgz#c550b2ab5427f6b3f21f5afead88c4f5587b2106"
91549154

@@ -9186,7 +9186,7 @@ [email protected]:
91869186
version "0.5.6"
91879187
resolved "https://registry.yarnpkg.com/source-map/-/source-map-0.5.6.tgz#75ce38f52bf0733c5a7f0c118d81334a2bb5f412"
91889188

9189-
[email protected], source-map@^0.5.0, source-map@^0.5.3, source-map@^0.5.6, source-map@^0.5.7, source-map@~0.5.0, source-map@~0.5.1, source-map@~0.5.3:
9189+
[email protected], source-map@^0.5.0, source-map@^0.5.3, source-map@^0.5.6, source-map@^0.5.7, source-map@~0.5.0, source-map@~0.5.1:
91909190
version "0.5.7"
91919191
resolved "https://registry.yarnpkg.com/source-map/-/source-map-0.5.7.tgz#8a039d2d1021d22d1ea14c80d8ea468ba2ef3fcc"
91929192

@@ -10344,13 +10344,6 @@ webpack-manifest-plugin@^1.3.2:
1034410344
fs-extra "^0.30.0"
1034510345
lodash ">=3.5 <5"
1034610346

10347-
webpack-sources@^0.1.0:
10348-
version "0.1.5"
10349-
resolved "https://registry.yarnpkg.com/webpack-sources/-/webpack-sources-0.1.5.tgz#aa1f3abf0f0d74db7111c40e500b84f966640750"
10350-
dependencies:
10351-
source-list-map "~0.1.7"
10352-
source-map "~0.5.3"
10353-
1035410347
webpack-sources@^1.0.1, webpack-sources@^1.1.0:
1035510348
version "1.1.0"
1035610349
resolved "https://registry.yarnpkg.com/webpack-sources/-/webpack-sources-1.1.0.tgz#a101ebae59d6507354d71d8013950a3a8b7a5a54"

0 commit comments

Comments
 (0)