LeoAJ/react-iTunes-search

can't find /dist/build.js

SallyOne opened this issue · 2 comments

this example use react-hot-loader and webpack-dev-server, but i can't find /dist/bundle.js, in browser can find this js,so what happe?

LeoAJ commented

webpack-dev-server will serve bundle.js on the fly automatically for you when you are running local development, so you will not see that file in your local directory, you can find more information from webpack-dev-server

LeoAJ commented

i will close the issue now, Thanks!