Revert "initial perf, which gets stripped out in production (#4131)" (#4636)

This reverts commit 5ea2150ae7.
This commit is contained in:
kyle
2018-06-08 23:18:55 -07:00
committed by GitHub
parent 8fd919eede
commit a2015ee08b
9 changed files with 8 additions and 61 deletions

View File

@@ -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) {