Skip to content

Commit 6bad7ef

Browse files
committed
fix alias for webpack
1 parent b4fdf03 commit 6bad7ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/webpack/prod-lib.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ export default merge(baseConfig, {
4747
]
4848
},
4949
externals: {
50-
vue: 'Vue'
50+
vue: 'vue'
5151
},
5252
plugins: [
5353
new webpack.optimize.DedupePlugin(),

0 commit comments

Comments
 (0)