LeoAJ / react-iTunes-search

:musical_note:Simple web app for itunes search with React

Home Page:http://leoj.js.org/react-iTunes-search/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

can't find /dist/build.js

SallyOne opened this issue · 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?

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

i will close the issue now, Thanks!