mirror of
https://github.com/tenrok/vue-select.git
synced 2026-06-16 09:10: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'),
|
||||
'mixins': path.resolve(__dirname, '../src/mixins'),
|
||||
'components': path.resolve(__dirname, '../docs/components')
|
||||
'vue$': 'vue/dist/vue.js'
|
||||
}
|
||||
},
|
||||
resolveLoader: {
|
||||
|
||||
Reference in New Issue
Block a user