Hack: ignore wonky depedencies in signalR js client

pull/5782/head
ta264 4 years ago committed by Qstick
parent 26a04c9fd1
commit 5ea3ad45cb

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

Loading…
Cancel
Save