diff --git a/frontend/gulp/webpack.js b/frontend/gulp/webpack.js index 7cd720370..1a8b5e184 100644 --- a/frontend/gulp/webpack.js +++ b/frontend/gulp/webpack.js @@ -54,6 +54,10 @@ HtmlWebpackPlugin.prototype.injectAssetsIntoHtml = function(html, assets, assetT }; const plugins = [ + new webpack.IgnorePlugin({ + resourceRegExp: /(fetch-cookie|node-fetch|tough-cookie)/ + }), + new OptimizeCssAssetsPlugin({}), new webpack.DefinePlugin({