We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9ebf9e2 commit f30d5fbCopy full SHA for f30d5fb
packages/site-client/package.json
@@ -33,7 +33,7 @@
33
"clean": "if-file-deleted"
34
},
35
"build:prod": {
36
- "command": "esbuild --color --outdir=bundled --bundle --splitting --minify src/entrypoints/*.ts",
+ "command": "esbuild --color --outdir=bundled --format=esm --bundle --splitting --minify src/entrypoints/*.ts",
37
"files": [
38
"src/**/*.ts"
39
],
0 commit comments