You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+11-5Lines changed: 11 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -23,11 +23,6 @@
23
23
> **HEADLINES (May 2018): Now Independently supports Webpack 4:**
24
24
Yep that's right. The universal family is now fully Webpack 4. Thank you to all our users for your loyalty and patience! If you love Universal, then you are gonna fall head over heels when we bring out the main course!
25
25
26
-
27
-
> **UPDATE (July 7th):**[babel-plugin-dual-import](https://github.com/faceyspacey/babel-plugin-dual-import) is now required to asynchronously import both css + js. *Much Faster Builds!* You likely want to read [its intro article](https://medium.com/@faceyspacey/webpacks-import-will-soon-fetch-js-css-here-s-how-you-do-it-today-4eb5b4929852).
28
-
29
-
> **UPDATE (July 26th):**[babel-plugin-universal-import](https://github.com/faceyspacey/babel-plugin-universal-import) is what to use if you're using *React Universal Component*.
30
-
31
26
So... why did we rebuild `extract-css-chunks`? What does it offer?
32
27
33
28
Its got all the goodness of `mini-css-extract-plugin` but with 2 gleaming, sought after benefits.
@@ -47,6 +42,16 @@ Additionally, if you are already a user of the universal family -- we will be wa
47
42
48
43
The functionality is still available to you via chunk flushing, and it can come in super handy when needing to easily resolve style assets as urls that might need to be passed to a third party.
49
44
45
+
46
+
#BETA TESTING WEBPACK 4
47
+
48
+
If you want to test this alpha branch, which is currently not published to the NPM registry.
49
+
50
+
Add the following to your package.json file, then `npm i`
0 commit comments