Skip to content

Commit

Permalink
upgrade webpack
Browse files Browse the repository at this point in the history
We have been pinned to an older webpack for a while due to webpack/webpack#8656, which is really an NPM bug that gets tickled by the particular set of deps that come into play with webpack 4.29.

But we can't stay pinned forever. The [npm bug](https://npm.community/t/packages-with-peerdependencies-are-incorrectly-hoisted/4794/13) is effectively wontfix because NPM gets peerDeps wrong at a really deep level.

Hopefully enough other deps have shifted by now that the bug doesn't manifest often.
  • Loading branch information
ef4 committed Jul 18, 2020
1 parent 2f6f2e2 commit 1ef3a93
Show file tree
Hide file tree
Showing 2 changed files with 333 additions and 216 deletions.
2 changes: 1 addition & 1 deletion packages/ember-auto-import/package.json
Expand Up @@ -54,7 +54,7 @@
"symlink-or-copy": "^1.2.0",
"typescript-memoize": "^1.0.0-alpha.3",
"walk-sync": "^0.3.3",
"webpack": "~4.28"
"webpack": "^4.43.0"
},
"devDependencies": {
"@types/babel-core": "^6.25.5",
Expand Down

0 comments on commit 1ef3a93

Please sign in to comment.