mirror of
https://github.com/ajayyy/SponsorBlock.git
synced 2025-12-07 20:17:05 +03:00
Overriding default webpack performance config to reduce warnings
This commit is contained in:
@@ -185,6 +185,12 @@ module.exports = env => {
|
|||||||
stream: env.stream
|
stream: env.stream
|
||||||
}),
|
}),
|
||||||
new configDiffPlugin()
|
new configDiffPlugin()
|
||||||
]
|
],
|
||||||
|
performance: {
|
||||||
|
hints: false,
|
||||||
|
maxEntrypointSize: 512000,
|
||||||
|
maxAssetSize: 512000
|
||||||
|
}
|
||||||
|
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
Reference in New Issue
Block a user