Skip to content

Commit 3d598a3

Browse files
committed
Fixed Font Errors
1 parent 47bf120 commit 3d598a3

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

build/webpack.config.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,6 @@ module.exports = env => {
9494
test: /\.(woff2?|eot|ttf|otf)(\?.*)?$/,
9595
loader: 'url-loader',
9696
options: {
97-
limit: 5000,
9897
name: 'assets/fonts/[name].[hash:7].[ext]'
9998
}
10099
},

0 commit comments

Comments
 (0)