Skip to content

Commit

Permalink
misc(migrate): comparison parity
Browse files Browse the repository at this point in the history
  • Loading branch information
dhruvdutt committed Feb 25, 2018
1 parent 982ec0c commit 9b978f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MIGRATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ module.exports = {

In summary, we can see the follow changes were made
1. The webpack schema for using loaders has changed
- `loaders` is now `module.rules`
- `module.loaders` is now `module.rules`
- `query` is now `options`
1. All loaders now have to have the *loader* suffix, e.g. `babel` -> `babel-loader`

Expand Down

0 comments on commit 9b978f8

Please sign in to comment.