Closed jomofrodo closed 8 years ago
It's build/index.html
on purpose. We set that file up earlier to point at the generated bundle. This step generates the bundle so we have something that works through build/index.html
.
Ah - I see. You are saying to open build/index.html in a browser, which will then load and execute build/build.js. I actually just wanted to directly inspect what had been produced (with vi). As a complete noob to webpack, it took me a couple of minutes to figure out that build/build.js is what had just been built by webpack.
Alright. I'll clarify that. Thanks for bringing this up. :+1:
From the chapter "Developing with Webpack" --
I believe you mean to say "open the build/build.js file ..."?