Skip to content

Commit

Permalink
feat: tsconfig plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
HomyeeKing committed Jan 4, 2025
1 parent 0f146ef commit 7af0d94
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
1 change: 1 addition & 0 deletions packages/bundles/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@
"react-refresh": "0.14.0",
"sass": "1.50.0",
"terminal-link": "^2.1.1",
"tsconfig-paths-webpack-plugin": "^4.2.0",
"watchpack": "^2.4.0",
"webpack-sources": "3.2.3",
"zod": "^3.22.3",
Expand Down
6 changes: 6 additions & 0 deletions packages/bundles/scripts/tasks.ts
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,12 @@ const tasks = [
file: 'node_modules/unplugin/dist/rspack/loaders/load.js',
bundleName: 'rspack/loaders/load.js',
},
{
pkgName: 'tsconfig-paths-webpack-plugin',
declaration: false,
emptyDir: false,
externals: taskExternals,
},
{
// pack main package
pkgName: 'fork-ts-checker-webpack-plugin',
Expand Down
7 changes: 5 additions & 2 deletions pnpm-lock.yaml

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

0 comments on commit 7af0d94

Please sign in to comment.