From 543e5bca1474902b74adb1e49dddc1f6748475ce Mon Sep 17 00:00:00 2001 From: James Henry Date: Fri, 2 Oct 2015 23:27:00 +0100 Subject: [PATCH] Package.json - Added browser config for fs So as to avoid webpack warnings being thrown when compiling an app with messageformat in, we need to specify a browser definition for fs. From the creator of weback to jade: https://github.com/jadejs/jade/pull/1644 --- package.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/package.json b/package.json index f9151745..f025747b 100644 --- a/package.json +++ b/package.json @@ -51,5 +51,8 @@ }, "scripts": { "test": "make test" + }, + "browser": { + "fs": false } }