From 8d5eeb9d6de213fd59a005fbbe248e9519567936 Mon Sep 17 00:00:00 2001 From: Devin Howard Date: Sat, 6 May 2017 19:29:33 -0700 Subject: [PATCH] try to suppress 2 warnings --- webpack.test.config.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/webpack.test.config.js b/webpack.test.config.js index 684e2e16..e4bd3ae3 100644 --- a/webpack.test.config.js +++ b/webpack.test.config.js @@ -7,7 +7,9 @@ config.externals = config.externals.concat([ 'react/addons', 'react-test-renderer/shallow', 'react-dom/test-utils', - 'canvas' + 'canvas', + 'bufferutil', + 'utf-8-validate' ]) module.exports = config