wowserhq / wowser

World of Warcraft in the browser using JavaScript and WebGL
MIT License
246 stars 63 forks source link

Fixed incorrect node_module path assumption made by webpack #102

Closed fallenoak closed 8 years ago

fallenoak commented 8 years ago

It appears that webpack was hunting for json-loader in the Blizzardry directory, instead of in the Wowser directory. This may only be an issue with npm >= 3 (it impacted me, and I'm on 3.3.12)

timkurvers commented 8 years ago

Great stuff, thanks! :tada: