Skip to content

Commit

Permalink
Merge branch 'develop' into release/1.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jtreanor committed Jul 30, 2019
2 parents c552917 + 8a08c08 commit 656fede
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,9 @@ module.exports = () => {
path: __dirname + '/dist',
filename: 'app.js',
chunkFilename: '[name].js',
publicPath: config.is_app_engine ? config.web_app_url + '/' : '/',
...(config.is_app_engine && {
publicPath: config.web_app_url + '/',
}),
},
module: {
rules: [
Expand Down

0 comments on commit 656fede

Please sign in to comment.