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 753d81d commit 066f0f3Copy full SHA for 066f0f3
src/integrations/preact/package.json
@@ -8,6 +8,6 @@
8
"build": "npm run -s build:main && npm run -s build:standalone && npm run -s build:static",
9
"build:main": "microbundle index.mjs -o ../../../preact/index.js --external preact,htm --no-sourcemap --target web",
10
"build:static": "cp index.d.ts package.json ../../../preact/",
11
- "build:standalone": "microbundle standalone.mjs -o ../../../preact/standalone.js -f es,umd --no-sourcemap --target web"
+ "build:standalone": "microbundle standalone.mjs -o ../../../preact/standalone.js -f es,umd --no-sourcemap --target web && cp ../../../preact/standalone.module.js ../../../preact/standalone.mjs"
12
}
13
0 commit comments