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
The webpack dev server should run without problems.
Actual Behavior
The bug is that the option 'liveReload' option that is not in the schema, so it's triggering this error:
ValidationError: webpack Dev Server Invalid Options
options should NOT have additional properties
at validateOptions (C:\Users\Lucas\Desktop\seed-view\node_modules\webpack-dev-server\node_modules\schema-utils\src\validateOptions.js:34:11)
at new Server (C:\Users\Lucas\Desktop\seed-view\node_modules\webpack-dev-server\lib\Server.js:55:3)
at serve (C:\Users\Lucas\Desktop\seed-view\node_modules\@vue\cli-service\lib\commands\serve.js:137:20)
at process._tickCallback (internal/process/next_tick.js:68:7)
at Function.Module.runMain (internal/modules/cjs/loader.js:745:11)
at startup (internal/bootstrap/node.js:283:19)
at bootstrapNodeJSCore (internal/bootstrap/node.js:743:3)
error Command failed with exit code 1.
The text was updated successfully, but these errors were encountered:
Code
Expected Behavior
The webpack dev server should run without problems.
Actual Behavior
The bug is that the option 'liveReload' option that is not in the schema, so it's triggering this error:
The text was updated successfully, but these errors were encountered: