-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Closed
Labels
Description
Seen in #7470
It looks like webpack can't find the config file on Windows 🤷♂️
> x:webpack
> cross-env NODE_OPTIONS="--import tsx --no-warnings=ExperimentalWarning" webpack --mode=production webpack-stats.json
[webpack-cli] Invalid configuration object. Webpack has been initialized using a configuration object that does not match the API schema.
- configuration.entry[0] should be a non-empty string.
-> A module that is loaded upon startup. Only the last one is exported.
Reactions are currently unavailable