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
when I use webpack-dev-server start app, It's tell me configuration.entry does not match the schema:
Invalid configuration object. Webpack has been initialised using a configuration object that does not match the API schema.
- configuration.entry should be one of these:
object { <key>: non-empty string | [non-empty string] } | non-empty string | [non-empty string] | function
The entry point(s) of the compilation.
Details:
* configuration.entry should be an object.
* configuration.entry should be a string.
* configuration.entry[2] should be a string.
* configuration.entry should be an instance of function
functionreturning an entry object or a promise..
Hi, I use dynamic entry for my webpackConfig:
when I use webpack-dev-server start app, It's tell me configuration.entry does not match the schema:
I think it maybe not works with the function type entry point. ./lib/util/addDevServerEntrypoints.js#L20
Anything help ❤️
The text was updated successfully, but these errors were encountered: