mirror of
https://github.com/Hopiu/vue-material.git
synced 2026-04-01 05:40:28 +00:00
fix alias for webpack
This commit is contained in:
parent
be49617a51
commit
0716fa2dce
1 changed files with 1 additions and 1 deletions
|
|
@ -47,7 +47,7 @@ export default merge(baseConfig, {
|
|||
]
|
||||
},
|
||||
externals: {
|
||||
vue: 'Vue'
|
||||
vue: 'vue'
|
||||
},
|
||||
plugins: [
|
||||
new webpack.optimize.DedupePlugin(),
|
||||
|
|
|
|||
Loading…
Reference in a new issue