2
0
mirror of https://github.com/tenrok/vue-select.git synced 2026-06-22 10:30:34 +03:00

fix build issues

This commit is contained in:
Jeff Sagal
2016-06-11 20:20:00 -07:00
parent 2653e5ee0a
commit 5c8851f4c7
7 changed files with 15 additions and 17 deletions
+3 -2
View File
@@ -17,8 +17,9 @@ module.exports = {
fallback: [path.join(__dirname, '../node_modules')],
alias: {
'src': path.resolve(__dirname, '../src'),
'assets': path.resolve(__dirname, '../src/assets'),
'components': path.resolve(__dirname, '../src/components')
'assets': path.resolve(__dirname, '../docs/assets'),
'mixins': path.resolve(__dirname, '../src/mixins'),
'components': path.resolve(__dirname, '../docs/components')
}
},
resolveLoader: {