Flow errors as warnings

pull/75/head^2
Vladimir Volek 6 years ago
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…
Cancel
Save