2
0
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:
akkinenirajesh
2016-10-20 07:38:31 +05:30
committed by GitHub
parent d1f3a57fff
commit a4eae26815
+1
View File
@@ -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: {