-
Notifications
You must be signed in to change notification settings - Fork 152
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
Support array entry point in webpack #153
Comments
Hey @Tom910! I believe we fixed this in the 0.19.0 release of |
Hm, i have dep
my entry config
and i reproduce error |
It looks like we need to flatten this array |
Yup that, just ran into this as well |
chriseppstein
pushed a commit
that referenced
this issue
May 6, 2018
should be fixed in the next release |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi, my project have multi entry point. But, css-block throw error and requires only string
ERROR in Path must be a string. Received [ './utils/polyfill/index.js', './packages/profile/client.js' ]
The text was updated successfully, but these errors were encountered: