Skip to content

Commit

Permalink
update file loader for ttf files (cruise-automation#418)
Browse files Browse the repository at this point in the history
  • Loading branch information
Troy Gibb authored May 6, 2020
1 parent a990430 commit 471f237
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 @@ -144,7 +144,7 @@ module.exports = {
},
{ test: /\.scss$/, loader: "sass-loader", options: { sourceMap: true } },
{ test: /\.woff2?$/, loader: "url-loader" },
{ test: /\.(glb|bag)$/, loader: "file-loader" },
{ test: /\.(glb|bag|ttf)$/, loader: "file-loader" },
{
test: /node_modules\/compressjs\/.*\.js/,
loader: "string-replace-loader",
Expand Down

0 comments on commit 471f237

Please sign in to comment.