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
+27-11
Original file line number
Diff line number
Diff line change
@@ -54,16 +54,6 @@ Additionally, if you are already a user of the universal family -- we will be wa
54
54
55
55
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.
56
56
57
-
58
-
# BETA TESTING WEBPACK 4
59
-
60
-
If you want to test this alpha branch, which is currently not published to the NPM registry.
61
-
62
-
Add the following to your package.json file, then
63
-
64
-
yarn add extract-css-chunks-webpack-plugin@next
65
-
66
-
67
57
## Webpack 4 Standalone Installation:
68
58
69
59
If you are just looking for something that works like `mini-css-extract-plugin` but with HMR. Then look no further
@@ -270,7 +260,33 @@ For example, when running the build using some form of npm script:
270
260
}
271
261
```
272
262
[cross-env](https://www.npmjs.com/package/cross-env) is optional but recommended.
0 commit comments