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 a0546d6 commit cbad5a9Copy full SHA for cbad5a9
package.json
@@ -66,7 +66,8 @@
66
"scripts": {
67
"build": "webpack --env.build",
68
"dev": "webpack-dev-server --env.dev",
69
- "build:libs": "node build/build-libs.js"
+ "build:libs": "node build/build-libs.js",
70
+ "umd":"webpack --env.umd --config build/webpack.umd.config.js"
71
},
72
"bugs": {
73
"url": "https://github.com/huangshuwei/vue-easytable/issues"
0 commit comments