mirror of
https://github.com/tenrok/vue-select.git
synced 2026-06-19 09:50:33 +03:00
Update webpack.base.conf.js
Updated to support standalone builds https://vuejs.org/guide/installation.html#Standalone-vs-Runtime-only-Build
This commit is contained in:
@@ -20,6 +20,7 @@ module.exports = {
|
|||||||
'assets': path.resolve(__dirname, '../docs/assets'),
|
'assets': path.resolve(__dirname, '../docs/assets'),
|
||||||
'mixins': path.resolve(__dirname, '../src/mixins'),
|
'mixins': path.resolve(__dirname, '../src/mixins'),
|
||||||
'components': path.resolve(__dirname, '../docs/components')
|
'components': path.resolve(__dirname, '../docs/components')
|
||||||
|
'vue$': 'vue/dist/vue.js'
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
resolveLoader: {
|
resolveLoader: {
|
||||||
|
|||||||
Reference in New Issue
Block a user