electron-userland / electron-userland/electron-webpack

How i can disable ALL console.logs from webpack?

Open
#369 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
TypeScript
Stars
902
Forks
168
PR merge metrics
No merged PRs in 30d

Description

i want

1) disable ALL console.logs from webpack
2) disable ALL console.logs from dev server

how i can do it?

now i get this output, but the console should be absolutely clean:

![image](https://user-images.githubusercontent.com/60403187/81515167-6419fe00-933b-11ea-9eb9-4839d233f2d8.png)

p.s.

1) my webpack config is applied
2) and quiet mode not working
3) i use this:

```javascript
module.exports = (config) => {
config.stats = 'none'

config.devServer = {
stats: 'none'
}

return config
}
```

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.