Skip to content

Commit

Permalink
docs: fix spelling (#3010)
Browse files Browse the repository at this point in the history
  • Loading branch information
KingTiger001 committed May 11, 2021
1 parent e4c5885 commit a969eea
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

## [[6.0.0]](https://github.com/rails/webpacker/compare/v5.1.1...master) - 2021-TBD

Please see [UPGRADE GUIDE](./docs/v6_upgrade.md) for more informations.
Please see [UPGRADE GUIDE](./docs/v6_upgrade.md) for more information.

- `node_modules` will no longer be compiled by default. This primarily fixes [rails issue #35501](https://github.com/rails/rails/issues/35501) as well as [numerous other webpacker issues](https://github.com/rails/webpacker/issues/2131#issuecomment-581618497). The disabled loader can still be required explicitly via:

Expand Down Expand Up @@ -412,7 +412,7 @@ See changes: https://github.com/rails/webpacker/compare/e8b197e36c77181ca2e4765c

### Added

- On CI, sort files & check modified w/ digest intead of mtime[#1522](https://github.com/rails/webpacker/pull/1522)
- On CI, sort files & check modified w/ digest instead of mtime[#1522](https://github.com/rails/webpacker/pull/1522)

## [3.5.3] - 2018-05-03

Expand Down
2 changes: 1 addition & 1 deletion docs/v6_upgrade.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Webpacker is still a wrapper around [Webpack](https://webpack.js.org/) to simpli

But we noticed that the [Webpacker v5 configuration](https://github.com/rails/webpacker/blob/5-x-stable/docs/webpack.md) was a bit confusing mostly because Webpack is a complicated beast to manage.

There are so many different toolchains in JavaScript these days, it would be impossible to create te perfect configuration for everybody. That is also why defaults installers have been removed.
There are so many different toolchains in JavaScript these days, it would be impossible to create the perfect configuration for everybody. That is also why defaults installers have been removed.

In order to simplify even more the configuration, the custom API to manage the Webpack configuration has been removed.

Expand Down

0 comments on commit a969eea

Please sign in to comment.