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 16, 2023. It is now read-only.
UnhandledPromiseRejectionWarning: WebpackOptionsValidationError: Invalid configuration object. Webpack has been initialised using a configuration object that does not match the API schema.
configuration.mode should be one of these:
"development" | "production" | "none"
Enable production optimizations or development hints.
Am I missing something or we don't have test available?
Hello!
Thanks for create noderize. I really appreciated.
I just followed here:
https://noderize.js.org/docs/configuration-noderize.html#env
and typed:
$> yarn build --env test
UnhandledPromiseRejectionWarning: WebpackOptionsValidationError: Invalid configuration object. Webpack has been initialised using a configuration object that does not match the API schema.
configuration.mode should be one of these:
"development" | "production" | "none"
Enable production optimizations or development hints.
Am I missing something or we don't have test available?
My package.json
Thanks
The text was updated successfully, but these errors were encountered: