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
+2 -2
View File
@@ -6,8 +6,8 @@ module.exports = {
env: require('./prod.env'),
index: path.resolve(__dirname, '../dist/index.html'),
assetsRoot: path.resolve(__dirname, '../dist'),
assetsSubDirectory: 'static',
assetsPublicPath: '/vue-select/',
assetsSubDirectory: '',
assetsPublicPath: '/',
productionSourceMap: true
},
dev: {