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 34c4caf commit 14143a0Copy full SHA for 14143a0
package.json
@@ -20,7 +20,7 @@
20
"types/*.d.ts"
21
],
22
"scripts": {
23
- "dev": "rollup -w -c build/config.js --environment TARGET:web-esm",
+ "dev": "rollup -w -c build/config.js --environment TARGET:web-umd-dev",
24
"dev:cjs": "rollup -w -c build/config.js --environment TARGET:web-cjs",
25
"bundle": "node build/build.js",
26
"build": "npm run bundle && webpack",
0 commit comments