petehunt / webpack-howto

10.12k stars 697 forks source link

Fix build errors described in #64 #65

Open mcalthrop opened 8 years ago

mcalthrop commented 8 years ago

I finally tracked down 3 changes that need to be made to fix #64:

You can now run the following commands to fire up the example code:

$ cd example
$ npm install
$ npm run start

Then point your browser at either of the following URLs:

Note that in order for the How to invoke webpack instructions in the README to work, you will additionally have to install webpack globally:

$ npm install -g webpack
timepast commented 8 years ago

good

mikemfleming commented 7 years ago

Works for me too, thanks!

wenlisu commented 7 years ago

Works for me too, thank you very much!