Skip to content

Commit

Permalink
Fix build font filename
Browse files Browse the repository at this point in the history
  • Loading branch information
anttikekki committed Jul 30, 2021
1 parent 37c326d commit aa4a313
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 @@ -19,7 +19,7 @@ module.exports = {
output: {
path: __dirname + "/dist", // Required by CleanWebpackPlugin, default for Webpack 5
filename: "[name]-[contenthash].js",
assetModuleFilename: "fonts/[name].[ext]"
assetModuleFilename: "fonts/[name][ext]"
},
module: {
rules: [
Expand Down

0 comments on commit aa4a313

Please sign in to comment.