Skip to content

Commit 14002db

Browse files
Merge pull request #3168 from justin808/patch-18
Update v6_upgrade.md
2 parents d3be25f + 155a4f8 commit 14002db

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/v6_upgrade.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,3 +72,5 @@ Example going to a specific version:
7272
}
7373
}
7474
```
75+
14. Some dependencies were removed in [PR 3056](https://github.com/rails/webpacker/pull/3056). If you see the error: `Error: Cannot find module 'babel-plugin-macros'`, or similar, then you need to `yarn add <dependency>` where <dependency> might include: `babel-plugin-macros`, `case-sensitive-paths-webpack-plugin`, `core-js`, `regenerator-runtime`. Or you might want to remove your dependency on those.
76+

0 commit comments

Comments
 (0)