mirror of
https://github.com/Readarr/Readarr
synced 2026-01-02 13:48:47 +01:00
Hack: ignore wonky depedencies in signalR js client
This commit is contained in:
parent
da1686b53c
commit
eaf46b0550
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