Skip to content

Commit

Permalink
Update tsconfig-paths-webpack-plugin to 4.0.1
Browse files Browse the repository at this point in the history
The webpack v4 to v5 migration guide [1] says to upgrade plugins to the
latest version which supports webpack 4. 4.0.1 is the latest version of
this plugin, and it appears to support both webpack 4 and 5.

Part of #1184.

[1] https://webpack.js.org/migrate/5/#upgrade-webpack-4-and-its-pluginsloaders
  • Loading branch information
lawrence-forooghian committed Apr 20, 2023
1 parent c08be29 commit 9fd3cde
Show file tree
Hide file tree
Showing 2 changed files with 46 additions and 34 deletions.
78 changes: 45 additions & 33 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
"shelljs": "~0.8",
"source-map-explorer": "^2.5.2",
"ts-loader": "^8.2.0",
"tsconfig-paths-webpack-plugin": "^3.5.2",
"tsconfig-paths-webpack-plugin": "^4.0.1",
"tslib": "^2.3.1",
"typedoc": "^0.23.8",
"typescript": "^4.6.4",
Expand Down

0 comments on commit 9fd3cde

Please sign in to comment.