1
0
mirror of https://github.com/sahadev/vue-component-creater-ui.git synced 2025-12-15 15:04:25 +08:00

试验采用vue-cli-service的方式进行构建,都可行

This commit is contained in:
Shangbin
2021-04-11 23:25:22 +08:00
parent d51f6b0a27
commit 29b1b5acb8
4 changed files with 4 additions and 4 deletions

View File

@@ -8,7 +8,7 @@ module.exports = {
entry: "./index.js",
output: {
filename: "build.js",
library: "vccui",
library: "vcc",
libraryTarget: "umd",
umdNamedDefine: true,
},