Skip to content

Commit

Permalink
fix #203
Browse files Browse the repository at this point in the history
  • Loading branch information
luventa committed Jun 1, 2017
1 parent 98d09ff commit 70eb7ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/webpack.prod.conf.js
Expand Up @@ -23,7 +23,7 @@ const webpackConfig = merge(baseWebpackConfig, {
devtool: config.build.productionSourceMap ? '#source-map' : false,
output: {
path: config.build.assetsRoot,
publicPath: isELECTRON ? path.join(__dirname, '../dist/') : '/',
publicPath: isELECTRON ? path.join(__dirname, '../dist/') : config.build.assetsPublicPath,
filename: utils.assetsPath('js/[name].[chunkhash].js'),
chunkFilename: utils.assetsPath('js/[id].[chunkhash].js')
},
Expand Down

0 comments on commit 70eb7ec

Please sign in to comment.