1
0
mirror of https://github.com/Radarr/Radarr.git synced 2024-07-14 16:55:21 +02:00

Hack: ignore wonky depedencies in signalR js client

This commit is contained in:
ta264 2020-08-25 21:26:45 +01:00 committed by Qstick
parent 26a04c9fd1
commit 5ea3ad45cb

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