mirror of
https://github.com/gchq/CyberChef.git
synced 2025-04-20 14:56:19 -04:00
Filter out source-map warnings in webpack output
This commit is contained in:
parent
6abd10f9e2
commit
1adedff61a
1 changed files with 3 additions and 5 deletions
|
@ -220,7 +220,8 @@ module.exports = function (grunt) {
|
|||
]
|
||||
},
|
||||
stats: {
|
||||
children: false
|
||||
children: false,
|
||||
warningsFilter: /source-map/
|
||||
}
|
||||
},
|
||||
webDev: {
|
||||
|
@ -237,10 +238,7 @@ module.exports = function (grunt) {
|
|||
compileTime: compileTime
|
||||
})
|
||||
],
|
||||
watch: true,
|
||||
stats: {
|
||||
warningsFilter: /source-map/
|
||||
}
|
||||
watch: true
|
||||
},
|
||||
webProd: {
|
||||
target: "web",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue