initial perf, which gets stripped out in production (#4131)
This commit is contained in:
@@ -41,7 +41,7 @@ var commonRules = [
|
||||
{ test: /\.(woff|woff2)(\?.*)?$/,
|
||||
loader: "url-loader?limit=100000" },
|
||||
{ test: /\.(ttf|eot)(\?.*)?$/,
|
||||
loader: "file-loader" }
|
||||
loader: "file-loader" },
|
||||
]
|
||||
|
||||
module.exports = function(rules, options) {
|
||||
|
||||
Reference in New Issue
Block a user