diff --git a/web/webpack.config.cjs b/web/webpack.config.cjs --- a/web/webpack.config.cjs +++ b/web/webpack.config.cjs @@ -1,3 +1,5 @@ +/* eslint-disable no-undef */ +/* eslint-disable flowtype/require-valid-file-annotation */ const path = require('path'); const AssetsPlugin = require('assets-webpack-plugin');