Skip to content

Commit

Permalink
Favor US spelling on upgrading doc
Browse files Browse the repository at this point in the history
  • Loading branch information
stevegeek committed Mar 11, 2022
1 parent e8d1128 commit 63087b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion UPGRADING.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ Finally, download [webpackers babel preset](https://github.com/rails/webpacker/b

**Module resolution**

Webpacker included the `source_path` (default: `app/javascript/`) into module resolution, so a statement like `import 'channels'` imported `app/javascript/channels/`. After migrating to `jsbundling-rails` this is no longer the case. You will need to update your `webpack.config.js` to include the following if you wish to maintain that behaviour:
Webpacker included the `source_path` (default: `app/javascript/`) into module resolution, so a statement like `import 'channels'` imported `app/javascript/channels/`. After migrating to `jsbundling-rails` this is no longer the case. You will need to update your `webpack.config.js` to include the following if you wish to maintain that behavior:

```javascript
module.exports = {
Expand Down

0 comments on commit 63087b9

Please sign in to comment.