petehunt / webpack-howto

10.11k stars 696 forks source link

Clarifies example by adding webpack as requirement #34

Open davidlitmark opened 9 years ago

davidlitmark commented 9 years ago

Added webpack as requirement to the magic globals example to clarify things a bit. Otherwise, if someone copies the example code to their webpack.config.js they would get an ReferenceError: webpack is not defined.