try to suppress 2 warnings
This commit is contained in:
parent
198af3e6cc
commit
8d5eeb9d6d
1 changed files with 3 additions and 1 deletions
|
@ -7,7 +7,9 @@ config.externals = config.externals.concat([
|
||||||
'react/addons',
|
'react/addons',
|
||||||
'react-test-renderer/shallow',
|
'react-test-renderer/shallow',
|
||||||
'react-dom/test-utils',
|
'react-dom/test-utils',
|
||||||
'canvas'
|
'canvas',
|
||||||
|
'bufferutil',
|
||||||
|
'utf-8-validate'
|
||||||
])
|
])
|
||||||
|
|
||||||
module.exports = config
|
module.exports = config
|
||||||
|
|
Loading…
Add table
Reference in a new issue