Skip to content

Commit

Permalink
Merge pull request #10 from m4r1vs/master
Browse files Browse the repository at this point in the history
Added mention of webpack-flush-chunks-html plugin.
  • Loading branch information
faceyspacey authored Jan 20, 2018
2 parents d14dd5b + 48af2b6 commit aee0dd5
Show file tree
Hide file tree
Showing 3 changed files with 1,480 additions and 758 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,7 @@ If you don't wanna do that, you can dig through your webpack stats and manually
}
</script>
```
**Or if you already use the [html-webpack-plugin](https://webpack.js.org/plugins/html-webpack-plugin/) as part of your build process, take a look at the [flush-chunks-html](https://github.com/m4r1vs/webpack-flush-chunks-html) plugin for webpack. It identifies all your generated css-chunks and adds them to your html file like shown above during build!**

## Usage with [react-universal-component](https://github.com/faceyspacey/react-universal-component) and [webpack-flush-chunks](https://github.com/faceyspacey/webpack-flush-chunks)

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"url": "https://github.com/faceyspacey/babel-plugin-dual-import/issues"
},
"homepage": "https://github.com/faceyspacey/babel-plugin-dual-import#readme",
"author": "James Gillmore [email protected]>",
"author": "James Gillmore <[email protected]>",
"license": "MIT",
"scripts": {
"test": "jest",
Expand Down
Loading

0 comments on commit aee0dd5

Please sign in to comment.