From 997da7ec7f30c807c9662300f8ed6c2fc02bfe5e Mon Sep 17 00:00:00 2001 From: Leandro Ostera Date: Fri, 28 Sep 2018 12:40:31 +0200 Subject: [PATCH] Autonamespacing messes up module resolution (#259) --- bsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bsconfig.json b/bsconfig.json index bf02f5ffd53721..e1da112e9500aa 100644 --- a/bsconfig.json +++ b/bsconfig.json @@ -4,7 +4,7 @@ "reason": {"react-jsx": 2}, "refmt": 3, "bs-dependencies": ["reason-react"], - "namespace": true, + "namespace": false, "sources": [ { "dir": "src",