Remove functional logger from webpack dev.config
parent
9e4a1a254c
commit
d09ab49c8e
|
@ -21,11 +21,6 @@ const babelLoader = {
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|
||||||
const log = function(x) {
|
|
||||||
console.log('IM LOGGIN HERE: ', x)
|
|
||||||
return x
|
|
||||||
}
|
|
||||||
|
|
||||||
module.exports = {
|
module.exports = {
|
||||||
node: {
|
node: {
|
||||||
fs: 'empty',
|
fs: 'empty',
|
||||||
|
|
Loading…
Reference in New Issue