survivejs / webpack-book

From apprentice to master (CC BY-NC-ND)
https://survivejs.com/webpack/
2.42k stars 319 forks source link

Getting started chapter - explanation of webpack output #128

Closed jeggett closed 7 years ago

jeggett commented 7 years ago

In "Getting started" chapter , when you explain Webpack output to terminal: "[0] ./app/component.js 135 bytes {0} [built] - The id of the generated asset, name, size, entry chunk id, the way it was generated" - I don't understand why you use word "generated", when talking about input files. As far as I understand "generated" means "created", but these files (app.js, index.js) was not created by Webpack, they were given to it as input, so it can generate a bundle.