You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Error: "Invalid configuration object. Webpack has been initialised using a configuration object that does not match the API schema" when opening client dev server
#14
✖ 「wds」: Invalid configuration object. Webpack has been initialised using a configuration object that does not match the API schema.
- configuration[0] has an unknown property 'mode'. These properties are valid:
object { amd?, bail?, cache?, context?, dependencies?, devServer?, devtool?, entry, externals?, loader?, module?, name?, node?, output?, parallelism?, performance?, plugins?, profile?, recordsInputPath?, recordsOutputPath?, recordsPath?, resolve?, resolveLoader?, stats?, target?, watch?, watchOptions? }
Anyone has experience with that?
Thank you,
The text was updated successfully, but these errors were encountered:
I come with the solution to use webpack v4 (with some warnings). I hope the core team here update the source code so newbie like me feels no pain in the first glance.
When starting the dev server, the following error has been printed:
I have tried with two commands to start:
Anyone has experience with that?
Thank you,
The text was updated successfully, but these errors were encountered: