mirror of
https://github.com/gchq/CyberChef
synced 2025-12-05 23:53:27 +00:00
Filter out source-map warnings in webpack output
This commit is contained in:
@@ -220,7 +220,8 @@ module.exports = function (grunt) {
|
|||||||
]
|
]
|
||||||
},
|
},
|
||||||
stats: {
|
stats: {
|
||||||
children: false
|
children: false,
|
||||||
|
warningsFilter: /source-map/
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
webDev: {
|
webDev: {
|
||||||
@@ -237,10 +238,7 @@ module.exports = function (grunt) {
|
|||||||
compileTime: compileTime
|
compileTime: compileTime
|
||||||
})
|
})
|
||||||
],
|
],
|
||||||
watch: true,
|
watch: true
|
||||||
stats: {
|
|
||||||
warningsFilter: /source-map/
|
|
||||||
}
|
|
||||||
},
|
},
|
||||||
webProd: {
|
webProd: {
|
||||||
target: "web",
|
target: "web",
|
||||||
|
|||||||
Reference in New Issue
Block a user