-
Notifications
You must be signed in to change notification settings - Fork 97
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
Doesn't run on windows #1
Comments
Considering you already investigated the issue, do you know if we can do something to fix it in toolbox project? Or should it be fixed at webpack? |
I have similar projects that work with webpack so it should be possible to fix in the toolbox project. The material-ui webpack sample works fine. :) |
Check out line 19 in webpack config
The '' entry certainly makes my webpack stoic. Removing it makes webpack start bundling at least. |
If I change the start command to this |
I think so @AndersNS. The I guess that maybe is not possible to keep a working configuration for both OS? |
I got it working in a different project properly earlier today. So I did some more investigation, because the webpack configs were very similar. What I found is it works for me If I remove the |
+1 |
I mean... this setting shouldn't depend on your system. I would like somebody to send a PR with a working approach for windows and still working on UNIX machines. But! the setting should be implicit for now so people wouldn't have any problems running the project. |
Fixed with cross-env |
Seems to be related to this issue: webpack/webpack-dev-server#155
Running
npm start
just results in the messagewebpack: wait until bundle finished
and an unresponsive localhost:8080.The text was updated successfully, but these errors were encountered: