mirror of
https://github.com/Radarr/Radarr.git
synced 2026-03-31 18:36:15 -04:00
Hack: ignore wonky depedencies in signalR js client
This commit is contained in:
@@ -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({
|
||||
|
||||
Reference in New Issue
Block a user