Skip to content

Commit 7df4b4c

Browse files
authored
Update README.md
1 parent 0901a14 commit 7df4b4c

File tree

1 file changed

+2
-0
lines changed
  • tutorials/use-extract-text-webpack-plugin

1 file changed

+2
-0
lines changed

tutorials/use-extract-text-webpack-plugin/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,8 @@ console.log("index.js");
5454
```
5555
var path = require("path");
5656
57+
var ExtractTextWebpackPlugin = require("extract-text-webpack-plugin");
58+
5759
module.exports = {
5860
entry: "./index.js",
5961
output: {

0 commit comments

Comments
 (0)