not bundle vue in umd build
This commit is contained in:
parent
110a7fec6d
commit
e1134de2bc
10 changed files with 48 additions and 10287 deletions
|
@ -13,6 +13,9 @@ module.exports = {
|
|||
libraryTarget: 'umd',
|
||||
umdNamedDefine: true
|
||||
},
|
||||
externals: {
|
||||
'vue': 'Vue'
|
||||
},
|
||||
resolve: {
|
||||
extensions: ['', '.js', '.vue']
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue