mirror of
https://github.com/tenrok/vue-select.git
synced 2026-06-16 09:10:33 +03:00
- dont destroy /dist/ when building homepage
- update public path (should work this time!) - load octicons from CDN
This commit is contained in:
@@ -19,7 +19,7 @@ module.exports = merge(baseWebpackConfig, {
|
||||
},
|
||||
devtool: config.homepage.productionSourceMap ? '#source-map' : false,
|
||||
output: {
|
||||
publicPath: '',
|
||||
publicPath: config.homepage.assetsPublicPath,
|
||||
path: config.homepage.assetsRoot,
|
||||
filename: utils.assetsPath('js/[name].[chunkhash].js'),
|
||||
chunkFilename: utils.assetsPath('js/[id].[chunkhash].js')
|
||||
|
||||
Reference in New Issue
Block a user