Filter out source-map warnings in webpack output

This commit is contained in:
n1474335 2017-05-06 16:14:30 +01:00
parent 6abd10f9e2
commit 1adedff61a
1 changed files with 3 additions and 5 deletions

View File

@ -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",