-
-
Notifications
You must be signed in to change notification settings - Fork 603
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
configuration misses the property 'entry'. #144
Comments
@ev1stensberg @sokra does |
Well it's just looking at the source code. It's at our repo. Should be doable. |
I'm getting the same error But when I switch my base config to a function I get the following error
Im using Original
Base config as a function <- this causes the error
|
Hmm, weird, this should definitely work. Try not using a return, what do you get? A stack tracke would be fine, do |
Oh wait, @conor909 are you trying to run |
I'm not sure what |
Ok, gotcha :) Which command are you trying to run? Just This is taken from @kentcdodds 's course on |
Also try to remove the |
You might also want to check out http://npm.im/webpack-config-utils which includes those utils and more 👌 |
I'm just running an |
@conor909 I'll try to get a repro up today and try to figure out what's wrong. At first glance this seems like it should work though ✌️ |
@conor909 I think this is due that webpack is validating your config and expects an object to be passed into it, like we're doing with Sorry for getting back to you so late, its been a hectic semester 😭 |
I came with this issue while trying to configure one of my projects. @conor909 post resolved this for me. thanks |
I have a webpack configuration which is merged with other:
When I run webpack-cli --migrate I get:
Can you support this scenario too?
The text was updated successfully, but these errors were encountered: