Hack: ignore wonky depedencies in signalR js client

This commit is contained in:
ta264 2021-02-10 21:52:48 +00:00
parent da1686b53c
commit eaf46b0550

View file

@ -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({