question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

clientLogLevel 'none' is invalid 2.1.0-beta.11

See original GitHub issue

Version: 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:closed
  • Created 7 years ago
  • Comments:8 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
SpaceK33zcommented, Nov 25, 2016

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.

0reactions
josh18commented, Nov 25, 2016

Ah ok, good to know.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found