upgrades to webpack 5 to enforce security (#819)

Signed-off-by: Denis barbaron <denis.barbaron@orange.com>
This commit is contained in:
Denis Barbaron
2024-12-06 12:36:27 +01:00
committed by GitHub
parent 3f76eea17f
commit 8e6c257225
3 changed files with 21 additions and 28 deletions

View File

@@ -11,10 +11,6 @@ var log = require('./lib/util/logger').createLogger('webpack:config')
module.exports = {
webpack: {
mode: 'none'
, performance: {
hints: false
, maxAssetSize: 512000
}
, context: __dirname
, cache: true
, entry: {