Skip to content

Commit

Permalink
build: update esbuild loader
Browse files Browse the repository at this point in the history
  • Loading branch information
janniks committed Sep 4, 2023
1 parent 6b28a5a commit f0cd8f7
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions configs/webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,8 @@ module.exports = {
{
loader: 'esbuild-loader',
options: {
loader: 'tsx',
target: 'es2017',
tsconfigRaw: require(path.resolve(process.cwd(), 'tsconfig.build.json')),
tsconfig: 'tsconfig.build.json',
},
},
],
Expand Down

0 comments on commit f0cd8f7

Please sign in to comment.