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

@@ -15,17 +15,7 @@ let rules = [
},
{ loader: "babel-loader?retainLines=true" }
]
},
// This will strip out blocks of code that start with:
/* develblock:start */
// And end with
/* develblock:end */
{
test: /\.jsx?$/,
enforce: "pre",
exclude: /(node_modules|\.spec\.js)/,
loader: "webpack-strip-block"
},
}
]
rules = rules.concat(styleRules)