We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 02185cd commit e8016c4Copy full SHA for e8016c4
build/webpack.prod.conf.js
@@ -43,7 +43,7 @@ if (!isExampleEnv) {
43
libraryTarget: 'umd',
44
};
45
webpackConfig.externals = {
46
- vue: 'vue',
+ vue: 'Vue',
47
48
webpackConfig.plugins.push(
49
// extract css into its own file
0 commit comments