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 29cd3b9 commit 517bfc4Copy full SHA for 517bfc4
package.json
@@ -8,7 +8,7 @@
8
"module": "lib/esm/index.js",
9
"scripts": {
10
"build": "npm-run-all clean:* --parallel build:lib:* & npm-run-all --parallel build:umd:*",
11
- "build:watch": "cross-env BABEL_OUTPUT=umd INCLUDE_POLYFILLS=true webpack --config webpack.config.js --env=development --watch",
+ "build:dev:watch": "cross-env BABEL_OUTPUT=umd INCLUDE_POLYFILLS=true webpack --config webpack.config.js --env=development --watch",
12
"build:umd:dev": "cross-env BABEL_OUTPUT=umd INCLUDE_POLYFILLS=true webpack --config webpack.config.js --env=development",
13
"build:umd:prod": "rollup -c",
14
"build:umd:prod-pf": "cross-env INCLUDE_POLYFILLS=true rollup -c",
@@ -77,4 +77,4 @@
77
"lib": "lib"
78
},
79
"dependencies": {}
80
-}
+}
0 commit comments