-
Notifications
You must be signed in to change notification settings - Fork 356
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
App doesn't start and aliases are broken (Alias PR) #63
Comments
I'm experiencing the same issue. Thanks for filing this bug. |
Same issue for me too |
I noticed that in
I changed styles file paths(with that comma fix first) to
also fix the issue. Will #66 be better? |
That was the original solution before #62, which introduced aliases. The best solution would be to have an option on webpack to set the root path IMHO |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The alias PR #62 broke the generator.
After generating the app nothing starts because of a missing comma on line 36 in
_webpack.dist.config.js
.The default app is broken too because alias feature isn't working with
./src/styles
and the default App crashes.It's working if I change it to:
but I hope there is a better way I still haven't figured out.
Error here:
Awesome generator btw!
Keep up the good work
The text was updated successfully, but these errors were encountered: