From 1341bca3df0af6350404df3020c49309aaacc6b7 Mon Sep 17 00:00:00 2001 From: Takuto Wada Date: Tue, 12 Apr 2016 20:19:01 +0900 Subject: [PATCH] docs(README): add FAQ: How to deal with `assert` calls in production --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index b189c3e9..50ddd875 100644 --- a/README.md +++ b/README.md @@ -140,6 +140,7 @@ FAQ - [Cannot capture not invokable method error](https://github.com/power-assert-js/power-assert/issues/36) - What is the ['Critical dependencies' warning shown by webpack](https://github.com/power-assert-js/babel-plugin-espower/issues/14#issuecomment-197272436) and how to [suppress warnings](https://github.com/power-assert-js/babel-plugin-espower/issues/14#issuecomment-197909419)? - [Causes `TypeError: assert._capt is not a function`](https://github.com/power-assert-js/power-assert/issues/42) +- [How to deal with `assert` calls in production](https://github.com/power-assert-js/power-assert/issues/43#issuecomment-208851919) EXAMPLE