Skip to content

Commit d4627c5

Browse files
committed
fix: lowercase external Vue import in UMD webpack build
1 parent c48dbba commit d4627c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

webpack.prod.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ module.exports = {
6565
],
6666
},
6767
externals: {
68-
'vue': 'Vue',
68+
'vue': 'vue',
6969
},
7070
plugins: [
7171
new VueLoaderPlugin(),

0 commit comments

Comments
 (0)