Skip to content

Commit

Permalink
Fix localized font path
Browse files Browse the repository at this point in the history
  • Loading branch information
Secretmapper committed Aug 4, 2017
1 parent c18ad52 commit 57302e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/webpack.config.prod.js
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,7 @@ module.exports = {
}
}),
// Note: this won't work without ExtractTextPlugin.extract(..) in `loaders`.
new ExtractTextPlugin('static/css/[name].[contenthash:8].css'),
new ExtractTextPlugin('[name].[contenthash:8].css'),
// Generate a manifest file which contains a mapping of all asset filenames
// to their corresponding output file so that tools can pick it up without
// having to parse `index.html`.
Expand Down

0 comments on commit 57302e6

Please sign in to comment.