Options has an unknown property 'before'
See original GitHub issueSeems overlay doesn’t work with latest webpack-dev-server
v4.1.0.
Error:
- options has an unknown property 'before'. These properties are valid:
object { allowedHosts?, bonjour?, client?, compress?, devMiddleware?, headers?, historyApiFallback?, host?, hot?, http2?, https?, ipc?, liveReload?, magicHtml?, onAfterSetupMiddleware?, onBeforeSetupMiddleware?, onListening?, open?, port?, proxy?, setupExitSignals?, static?, watchFiles?, webSocketServer? }
this line is broken: https://github.com/gregberge/error-overlay-webpack-plugin/blob/6e627654d3f824e46710b31b1b3bbc361bbd441e/src/index.js#L27
Issue Analytics
- State:
- Created 2 years ago
- Reactions:3
- Comments:6 (2 by maintainers)
Top Results From Across the Web
when i update to webpack5, there is a error: configuration has ...
configuration has an unknown property 'before'. These properties are valid: object { bonjour?, client?, compress?, dev?, firewall?, ...
Read more >options has an unknown property 'overlay' - You.com - You.com
options has an unknown property 'before'. These properties are valid: object { allowedHosts?, bonjour?, client?, compress?, devMiddleware?, headers?, ...
Read more >Setting up the Webpack Dev Server - Three.js Tutorials
The Webpack Development Server has several features that make development an easier process. ... options has an unknown property 'contentBase'. etc .
Read more >Some fixes of Webpack errors - Deni Apps
Terser Plugin has been initialized using an options object that does not match the API schema. - options has an unknown property 'sourceMap' ......
Read more >Invalid `transportMode` in frontend-build package - Tips & Tricks
1% setup initialize[webpack-cli] Invalid options object. Dev Server has been ... options has an unknown property 'transportMode'.
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 FreeTop 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
Top GitHub Comments
Guys, please make a merge.
Hello! I posted a fix (https://github.com/gregberge/error-overlay-webpack-plugin/pull/88) for this issue a week ago. @gregberge and @thedavidprice are you able to take a look?