Skip to content

Commit

Permalink
Use ts-loader instead of swc-loader
Browse files Browse the repository at this point in the history
  • Loading branch information
queengooborg committed Nov 5, 2023
1 parent 1d4316d commit a74976b
Show file tree
Hide file tree
Showing 3 changed files with 77 additions and 20 deletions.
93 changes: 75 additions & 18 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 @@ -109,7 +109,7 @@
"prettier-eslint": "16.1.2",
"puppeteer": "21.4.1",
"style-loader": "^3.3.1",
"swc-loader": "^0.2.3",
"ts-loader": "^9.5.0",
"ts-node": "^10.9.1",
"typescript": "^5.1.3",
"webpack-cli": "^5.0.0"
Expand Down
2 changes: 1 addition & 1 deletion webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ const config = {
rules: [
{
test: /\.([cm]?ts|tsx)$/,
use: "swc-loader",
use: "ts-loader",
exclude: /node_modules/,
},
{
Expand Down

0 comments on commit a74976b

Please sign in to comment.