Skip to content

Commit

Permalink
Merge pull request #1641 from boltdesignsystem/fix/WWWD-4467-restore-…
Browse files Browse the repository at this point in the history
…font-files-in-multiple-builds

hotfix: Remove cache-loader from webpack fonts rule
  • Loading branch information
sghoweri authored Dec 30, 2019
2 parents 8c192bc + 2906c70 commit 8a4dfa4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/build-tools/create-webpack-config.js
Original file line number Diff line number Diff line change
Expand Up @@ -336,7 +336,6 @@ async function createWebpackConfig(buildConfig) {
{
test: /\.(woff|woff2)$/,
use: [
'cache-loader',
{
loader: 'url-loader',
options: {
Expand Down

0 comments on commit 8a4dfa4

Please sign in to comment.