Skip to content

Commit

Permalink
fix: esbuild error
Browse files Browse the repository at this point in the history
  • Loading branch information
vacekj committed Jan 16, 2024
1 parent 0ea7f9f commit 9931265
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions packages/round-manager/craco.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,13 @@ module.exports = {
options: {
includePaths: [path.join(__dirname, `../common/src`)],
skipEsbuildJest: true,
esbuildLoaderOptions: {
loader: "tsx", // Set the value to 'tsx' if you use typescript
target: "es2020",
},
esbuildMinimizerOptions: {
target: "es2020",
},
},
},
],
Expand Down

0 comments on commit 9931265

Please sign in to comment.