Skip to content

Commit

Permalink
Fix fonts.css
Browse files Browse the repository at this point in the history
  • Loading branch information
NathanFlurry committed Aug 10, 2023
1 parent 1232487 commit 9aae316
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions webpack.common.js
Original file line number Diff line number Diff line change
Expand Up @@ -196,6 +196,14 @@ module.exports = async function () {
}
]
}),
new CopyWebpackPlugin({
patterns: [
{
from: path.resolve(__dirname, 'html', 'fonts'),
to: path.join(__dirname, 'dist', 'fonts')
}
]
}),

...(process.env.WEBPACK_BUILD_ANALYZER
? [
Expand Down

0 comments on commit 9aae316

Please sign in to comment.