Skip to content

Commit

Permalink
Use module system ES6 instead of UMD.
Browse files Browse the repository at this point in the history
UMD only useful to insert script directly to browser. But it causes issues for webpack.
  • Loading branch information
barinbritva committed Nov 4, 2023
1 parent cb30511 commit 2554b56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"esModuleInterop": true,
"experimentalDecorators": true,
"forceConsistentCasingInFileNames": true,
"module": "UMD",
"module": "ES6",
"moduleResolution": "Node",
"target": "ES2015",
"outDir": "./dist",
Expand Down

0 comments on commit 2554b56

Please sign in to comment.