Skip to content

Commit

Permalink
Merge pull request #1804 from alisman/herokuFix
Browse files Browse the repository at this point in the history
Fix heroku static assets resolution

Former-commit-id: 926568861ed3e2c4cb7b1a1c6c417e95eae0bb91
  • Loading branch information
alisman authored Dec 6, 2018
2 parents 4ec7fe1 + 922fc66 commit 169101f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -424,7 +424,7 @@ if (isDev || isTest) {


config.devtool = 'cheap-module-source-map',
config.output.publicPath = '';
config.output.publicPath = '/';

// css modules for any scss matching test
config.module.rules.push(
Expand Down

0 comments on commit 169101f

Please sign in to comment.