googlecreativelab / aiexperiments-drum-machine

Thousands of everyday sounds, organized using machine learning.
https://aiexperiments.withgoogle.com/drum-machine
Apache License 2.0
738 stars 118 forks source link

Webpack needs updating to latest #7

Closed EMCP closed 7 years ago

EMCP commented 7 years ago

This is more of a note to myself, and others who may stumble upon the project in it's current state and install webpack at it's latest via NPM@3.10.8+

I had to lock in a specific version of webpack in order to get this to run, seems a lot of config keys were renamed / removed.. and the project won't startup without them updated.

see https://github.com/angular/angular-cli/issues/2234 or https://github.com/AngularClass/angular-starter/issues/1019

npm install webpack-dev-server@1.16.4 --save-dev