mirror of
https://github.com/DeviceFarmer/stf.git
synced 2026-04-20 15:55:16 +02:00
upgrades to webpack 5 to enforce security (#819)
Signed-off-by: Denis barbaron <denis.barbaron@orange.com>
This commit is contained in:
@@ -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: {
|
||||
|
||||
Reference in New Issue
Block a user