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 6142265 commit 398d1e1Copy full SHA for 398d1e1
package.json
@@ -67,8 +67,7 @@
67
"build": "npm run build:commonjs && npm run build:umd && npm run build:umd:min",
68
"build:commonjs": "babel src --out-dir lib",
69
"build:umd": "webpack --config webpack.dev.js",
70
- "build:umd:min": "webpack --config webpack.prod.js",
71
- "prepare": "npm run clean && npm run check && npm run build"
+ "build:umd:min": "webpack --config webpack.prod.js"
72
},
73
"repository": {
74
"type": "git",
0 commit comments