Skip to content

Commit 518a6fb

Browse files
committed
Update README.md
1 parent dec7461 commit 518a6fb

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ module.exports = {
1616
// the url-loader uses DataUrls.
1717
// the file-loader emits files.
1818
{ test: /\.woff$/, loader: "url-loader?limit=10000&minetype=application/font-woff" },
19+
{ test: /\.woff2$/, loader: "url-loader?limit=10000&minetype=application/font-woff2" },
1920
{ test: /\.ttf$/, loader: "file-loader" },
2021
{ test: /\.eot$/, loader: "file-loader" },
2122
{ test: /\.svg$/, loader: "file-loader" }

0 commit comments

Comments
 (0)