Commit 8e7872d
Run in 'label' phase instead of 'debug' phase (stackcss#8)
This makes css-extract run before bundle-collapser. bundle-collapser will change `require('insert-css')` to a number, eg `require(1)`, which will break css-extract.
Closes stackcss#51 parent e4129b5 commit 8e7872d
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
30 | | - | |
31 | | - | |
| 30 | + | |
| 31 | + | |
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
| |||
0 commit comments