mirror of
https://github.com/Radarr/Radarr
synced 2025-12-24 17:23:26 +01:00
Hack: ignore wonky depedencies in signalR js client
This commit is contained in:
parent
26a04c9fd1
commit
5ea3ad45cb
1 changed files with 4 additions and 0 deletions
|
|
@ -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…
Reference in a new issue