2
0
mirror of https://github.com/tenrok/vue-select.git synced 2026-05-17 02:29:37 +03:00

fix loading of scripts, but broke loading of icons

This commit is contained in:
Jeff
2018-01-15 15:39:39 -08:00
parent 781ec4b734
commit a0ba4b4c3b
+1
View File
@@ -19,6 +19,7 @@ module.exports = merge(baseWebpackConfig, {
},
devtool: config.homepage.productionSourceMap ? '#source-map' : false,
output: {
publicPath: '',
path: config.homepage.assetsRoot,
filename: utils.assetsPath('js/[name].[chunkhash].js'),
chunkFilename: utils.assetsPath('js/[id].[chunkhash].js')