Skip to content

Commit

Permalink
Fix esm build
Browse files Browse the repository at this point in the history
  • Loading branch information
matthew44-mappable committed Sep 6, 2024
1 parent 4be807b commit a399168
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"build": "npm run build:prod && npm run build:esm",
"build:dev": "webpack --mode=development",
"build:prod": "webpack --mode=production --node-env=production",
"build:esm": "rm -rf ./dist/esm && tsc --project tsconfig.build.json --target es2018 --module es6 --outDir dist/esm",
"build:esm": "rm -rf ./dist/esm && tsc --project tsconfig.build.json --target es2018 --module es2022 --outDir dist/esm",
"examples": "mappable-cli example --input=example --output=dist/example --readmeFile=example/README.md --templateFile=example/index.html",
"watch": "webpack --watch",
"start": "webpack serve",
Expand Down

0 comments on commit a399168

Please sign in to comment.