From 57302e66ab2c3b951bb747d430719bb4bcee42ba Mon Sep 17 00:00:00 2001 From: "Arian Allenson M. Valdez" Date: Fri, 4 Aug 2017 17:50:26 +0800 Subject: [PATCH] Fix localized font path --- config/webpack.config.prod.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/webpack.config.prod.js b/config/webpack.config.prod.js index a8add43..8311aef 100644 --- a/config/webpack.config.prod.js +++ b/config/webpack.config.prod.js @@ -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`.