-
Notifications
You must be signed in to change notification settings - Fork 34
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
Module build failed error #610
Comments
|
We discussed this online. The react-transform plugin offers two features that we use:
Both are only useful during development. I'd be OK with getting rid of the plugin for now. Apps developed using create-react-app offer a kind of hot module reloading, implemented using https://github.com/webpack/webpack-dev-server. That feature could be postponed until someone commits to doing more maintenance on kinto-admin. Maybe it's because I'm a neckbeard, but I don't mind hitting Ctrl-C and restarting my app when I change something. |
npm install succeeds.
npm run test succeeds.
npm run build succeeds.
But npm run start fails
The text was updated successfully, but these errors were encountered: