clientLogLevel 'none' is invalid 2.1.0-beta.11
See original GitHub issueVersion: webpack-dev-server: 2.1.0-beta.11
In my webpack config I have:
devServer : {
clientLogLevel: 'none'
},
With the latest webpack-dev-server I get this:
Invalid configuration object. webpack-dev-server has been initialised using a configuration object that does not match the API schema.
- configuration.clientLogLevel should be one of these:
"info" | "warning" | "error"
Controls the log messages shown in the browser.
is ‘none’ a valid configuration?
Issue Analytics
- State:
- Created 7 years ago
- Comments:8 (3 by maintainers)
Top Results From Across the Web
webpack Dev Server Invalid Options - Change clientLogLevel ...
START command not working due to clientLogLevel set to warning in devServerConfig. Webpack is changing clientLogLevel to an enum with ...
Read more >How to fix "webpack Dev Server Invalid Options" in Vuejs
1. Create vue.config.js in your root directory · 2. Enter the following into it: module.exports = { devServer: { clientLogLevel: 'debug' } }...
Read more >@vue/cli-plugin-typescript | Yarn - Package Manager
@vue/cli-plugin-typescript. typescript plugin for vue-cli. Uses TypeScript + ts-loader + fork-ts-checker-webpack-plugin for faster off-thread type checking.
Read more >demo-react-rdserver-client - CodeSandbox
css-loader2.1.1. devexpress-dashboard^19.1.3 ... eslint-plugin-import2.16.0. eslint-plugin-jsx-a11y6.2.1 ... fs-extra7.0.1. html-webpack-plugin4.0.0-beta.5.
Read more >Unity 2020.2.0b11
Unity 2020.2.0 Beta 11 ... New 2020.2.0b11 Entries since 2020.2.0b10 ... 2D: Fixed an 'Invalid worldAABB' error message when the Pack ...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found

Yeah there are many issues with Node.js v7. A few minutes ago I put a warning on the README, because the Node.js v7 issues seem endless and are not the fault of webpack-dev-server most of the time.
Ah ok, good to know.