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 c2999bd commit 95f6fa8Copy full SHA for 95f6fa8
package.json
@@ -34,9 +34,7 @@
34
"build": "cross-env NODE_ENV=production rollup --config build/rollup.config.js",
35
"build:ssr": "cross-env NODE_ENV=production rollup --config build/rollup.config.js --format cjs",
36
"build:es": "cross-env NODE_ENV=production rollup --config build/rollup.config.js --format es",
37
- "build:unpkg": "cross-env NODE_ENV=production rollup --config build/rollup.config.js --format iife",
38
-
39
+ "build:unpkg": "cross-env NODE_ENV=production rollup --config build/rollup.config.js --format iife"
40
},
41
"dependencies": {},
42
"devDependencies": {
0 commit comments