mirror of
https://github.com/KevinMidboe/vue-js-modal.git
synced 2025-10-29 18:00:20 +00:00
Added vue to webpack.externals, new dist (#21)
This commit is contained in:
9626
dist/index.js
vendored
9626
dist/index.js
vendored
File diff suppressed because it is too large
Load Diff
@@ -36,6 +36,9 @@ module.exports = {
|
|||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
externals: {
|
||||||
|
vue: 'vue'
|
||||||
|
},
|
||||||
resolve: {
|
resolve: {
|
||||||
alias: {
|
alias: {
|
||||||
'vue$': 'vue/dist/vue.esm.js'
|
'vue$': 'vue/dist/vue.esm.js'
|
||||||
|
|||||||
Reference in New Issue
Block a user