mirror of
https://github.com/trezor/trezor-wallet
synced 2024-12-25 08:28:08 +00:00
Flow errors as warnings
This commit is contained in:
parent
973c2ee6c1
commit
0475c20be8
@ -96,7 +96,9 @@ module.exports = {
|
||||
new webpack.DefinePlugin({
|
||||
COMMITHASH: JSON.stringify(gitRevisionPlugin.commithash()),
|
||||
}),
|
||||
new FlowWebpackPlugin(),
|
||||
new FlowWebpackPlugin({
|
||||
reportingSeverity: 'warning'
|
||||
}),
|
||||
new HtmlWebpackPlugin({
|
||||
chunks: ['index'],
|
||||
template: `${SRC}index.html`,
|
||||
|
Loading…
Reference in New Issue
Block a user