Hack: ignore wonky depedencies in signalR js client

pull/838/head
ta264 3 years ago
parent da1686b53c
commit eaf46b0550

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