Skip to content

Commit 4dc4fd9

Browse files
committed
fixed webpack config
1 parent 9450dbf commit 4dc4fd9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

webpack.build.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ module.exports = [
2121
output: {
2222
path: "./dist",
2323
filename: "vue-formly.js",
24-
library: "VueFormGenerator",
24+
library: "VueFormly",
2525
libraryTarget: "umd"
2626
},
2727

0 commit comments

Comments
 (0)