-
Notifications
You must be signed in to change notification settings - Fork 15
configFactory: support entry as an array #6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
@maxceem are you sure you don't override the entry config at your side, ocasionally? topcoder-react-utils/config/webpack/app-base.js Lines 63 to 72 in 0d26207
is supposed to support array values already. |
@birdofpreyru yeah, I'm sure that I didn't override that. The thing is, that |
Oh... Let's replace it with |
Replacing with |
Providing
entry
value toconfigFactory
as anarray
it's not supported.What I did:
Call
configFactory
providing an array toentry
:In the resulting webpack config both for
development
andproduction
environment I get:Expected output for production is:
and for development:
The text was updated successfully, but these errors were encountered: