Open Meffjuw opened 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?
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
webpack-assets.json
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?