Skip to content

Commit

Permalink
update assets public path.
Browse files Browse the repository at this point in the history
  • Loading branch information
carloluis committed Mar 22, 2018
1 parent a528d6a commit 119e5a9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config/webpack.config.prod.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ module.exports = {
output: {
path: PATHS.dist,
filename: '[name].[chunkhash].js',
publicPath: '/'
publicPath: './'
},
optimization: {
runtimeChunk: 'single',
Expand Down Expand Up @@ -93,7 +93,7 @@ module.exports = {
html5: true
},
mobile: true,
scripts: ['/static.js']
scripts: ['./static.js']
}),
new CopyWebpackPlugin([
{
Expand Down

0 comments on commit 119e5a9

Please sign in to comment.