catamphetamine / webpack-isomorphic-tools

Server-side rendering for your Webpack-built applications (e.g. React)
MIT License
1.25k stars 48 forks source link

webpack-assets lifecycle #133

Closed eseom closed 7 years ago

eseom commented 7 years ago

I'am working on hapi-react-fullstack-boilerplate. Once I reruns dev command, sometimes the server uses previous webpack-assets.json. Added rm webpack-assets.json to every dev server command, It solves the problem, but I don't know whether this makes problem.

here is a link

Where I could find documetation about that? Thanks for nice package.

catamphetamine commented 7 years ago

dev waits for webpack-assets.json to exist. one can optionally erase this file every time running the dev command. this is not considered a problem.