try to suppress 2 warnings

This commit is contained in:
Devin Howard 2017-05-06 19:29:33 -07:00
parent 198af3e6cc
commit 8d5eeb9d6d

View file

@ -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