mlaursen / react-md-redux

This repo is deprecated. Please checkout the examples folder in the react-md repo instead. https://github.com/mlaursen/react-md/tree/master/examples
MIT License
32 stars 3 forks source link

Webpack build never finishes #2

Open Meffjuw opened 7 years ago

Meffjuw commented 7 years ago

As the title implies, when I run the development version, nodemon loads correctly, then it gets stuck on

[webpack-isomorphic-tools] (waiting for the first Webpack build to finish)

Any suggestions?

mlaursen commented 7 years ago

You can either create a dummy webpack-assets.json file like I do here, or just run the main build once. The webpack-isomorphic-tools just waits for that webpack-assets.json file to be created before starting the server