mirror of
https://github.com/tenrok/vue-select.git
synced 2026-06-16 09:10:33 +03:00
fix loading of scripts, but broke loading of icons
This commit is contained in:
@@ -19,6 +19,7 @@ module.exports = merge(baseWebpackConfig, {
|
|||||||
},
|
},
|
||||||
devtool: config.homepage.productionSourceMap ? '#source-map' : false,
|
devtool: config.homepage.productionSourceMap ? '#source-map' : false,
|
||||||
output: {
|
output: {
|
||||||
|
publicPath: '',
|
||||||
path: config.homepage.assetsRoot,
|
path: config.homepage.assetsRoot,
|
||||||
filename: utils.assetsPath('js/[name].[chunkhash].js'),
|
filename: utils.assetsPath('js/[name].[chunkhash].js'),
|
||||||
chunkFilename: utils.assetsPath('js/[id].[chunkhash].js')
|
chunkFilename: utils.assetsPath('js/[id].[chunkhash].js')
|
||||||
|
|||||||
Reference in New Issue
Block a user