Skip to content

Commit

Permalink
Fix: Add output.publicPath option to webpack config to make Create Re…
Browse files Browse the repository at this point in the history
…act App happy

Fix #1247
  • Loading branch information
Artem Sapegin committed Apr 8, 2019
1 parent 1c4d40b commit 6663744
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/scripts/make-webpack-config.js
Expand Up @@ -38,6 +38,7 @@ module.exports = function(config, env) {
path: config.styleguideDir,
filename: 'build/[name].bundle.js',
chunkFilename: 'build/[name].js',
publicPath: '',
},
resolve: {
extensions: ['.js', '.jsx', '.json'],
Expand Down

0 comments on commit 6663744

Please sign in to comment.