From eaf46b0550403324385412b3a084bf8213ec0e6f Mon Sep 17 00:00:00 2001 From: ta264 Date: Wed, 10 Feb 2021 21:52:48 +0000 Subject: [PATCH] Hack: ignore wonky depedencies in signalR js client --- frontend/gulp/webpack.js | 4 ++++ 1 file changed, 4 insertions(+) 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({