Skip to content
This repository has been archived by the owner on Feb 18, 2024. It is now read-only.

Update migration guide to note breaking change in minify middleware #570

Merged
merged 1 commit into from
Dec 8, 2017
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions docs/migration-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,10 @@ See [Customization](https://neutrino.js.org/customization/#optionsmains) for usa
They are moved into a separate CSS file. To disable CSS extraction, pass `options.extract = false` to
the style-loader middleware, or `options.style.extract = false` to the web preset.
([#443](https://github.com/mozilla-neutrino/neutrino-dev/pull/443))
- **BREAKING CHANGE** There is no longer a plugin named `minify` when using the `minify` middleware. This is due
to the `minify` middleware now being a composition of three different middleware. The associated plugins are
`babel-minify`, `style-minify`, and `image-minify`, from their associated individual middleware, which can also be
used separately.
- **BREAKING CHANGE** The Karma preset now uses Headless Chrome by default to run tests. To that end,
you will need Chrome 60+ installed. ([#283](https://github.com/mozilla-neutrino/neutrino-dev/pull/283))
- **BREAKING CHANGE** The API methods `.call()` and `.run()` no longer accept additional middleware to load
Expand Down