Skip to content

Commit

Permalink
Fix heroku static assets resolution
Browse files Browse the repository at this point in the history
Former-commit-id: 53be7f1167c8c5b73437f08b78e181ea970f2260
  • Loading branch information
alisman committed Dec 6, 2018
1 parent 9f636a5 commit 922fc66
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 922fc66

Please sign in to comment.