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
{{ message }}
This repository has been archived by the owner on May 22, 2024. It is now read-only.
The text was updated successfully, but these errors were encountered:
bizsuggestworks
changed the title
Error while creating dev build due to webpack config terra
Error using dev build due to webpack config terra
Nov 12, 2021
I am trying to build the project using npm run build:dev && webpack-dev-server
I am getting this error
`[webpack-cli] Invalid options object. Dev Server has been initialized using an options object that does not match the API schema.
object { allowedHosts?, bonjour?, client?, compress?, devMiddleware?, headers?, historyApiFallback?, host?, hot?, http2?, https?, ipc?, liveReload?, magicHtml?, onAfterSetupMiddleware?, onBeforeSetupMiddleware?, onListening?, open?, port?, proxy?, server?, setupExitSignals?, static?, watchFiles?, webSocketServer? }`
so when i digged further found that its not liking the stats keyword
terra-toolkit/packages/webpack-config-terra/src/webpack.config.js
Line 240 in 5035b4f
The text was updated successfully, but these errors were encountered: