Skip to content

Commit

Permalink
Merge pull request #7736 from camptocamp/dist
Browse files Browse the repository at this point in the history
Fix public path
  • Loading branch information
sbrunner authored Nov 25, 2021
2 parents 6e9307a + 3c547b5 commit 8a3d43a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions buildtools/webpack.dist.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,7 @@ module.exports = {
mobile: './contribs/gmf/apps/mobile/Controller.js',
iframe_api: './contribs/gmf/apps/iframe_api/Controller.js',
},
output: {
publicPath: 'auto',
},
};

0 comments on commit 8a3d43a

Please sign in to comment.