Skip to content

Commit

Permalink
Update CHANGELOG.md (#2645)
Browse files Browse the repository at this point in the history
Add bullet for upcoming 6.0.0 release about changes to the install task defaulting `extract_css` to true and generating the separate application.css file.
  • Loading branch information
rossta authored Aug 8, 2020
1 parent fcb5763 commit 746d124
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ const nodeModules = require('@rails/webpacker/rules/node_modules.js')
environment.loaders.append('nodeModules', nodeModules)
```
- If you have added `environment.loaders.delete('nodeModules')` to your `environment.js`, this must be removed or you will receive an error (`Item nodeModules not found`).
- The install task will now set the `extract_css` default to `true` in all environments and generate a separate `application.css` file for the default `application` pack, as supported by multiple files per entry introduced in 5.0.0. [#2608](https://github.com/rails/webpacker/pull/2608)

## [[5.1.1]](https://github.com/rails/webpacker/compare/v5.1.0...v5.1.1) - 2020-04-20

Expand Down

0 comments on commit 746d124

Please sign in to comment.