Skip to content

Commit e8016c4

Browse files
committed
fix: webpack external config error.
1 parent 02185cd commit e8016c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/webpack.prod.conf.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ if (!isExampleEnv) {
4343
libraryTarget: 'umd',
4444
};
4545
webpackConfig.externals = {
46-
vue: 'vue',
46+
vue: 'Vue',
4747
};
4848
webpackConfig.plugins.push(
4949
// extract css into its own file

0 commit comments

Comments
 (0)