Remove functional logger from webpack dev.config

pull/10616/head
Andrew Watkins 2018-03-04 06:37:33 -08:00
parent 9e4a1a254c
commit d09ab49c8e
1 changed files with 0 additions and 5 deletions

View File

@ -21,11 +21,6 @@ const babelLoader = {
},
}
const log = function(x) {
console.log('IM LOGGIN HERE: ', x)
return x
}
module.exports = {
node: {
fs: 'empty',