roman01la / webpack-closure-compiler

[DEPRECATED] Google Closure Compiler plugin for Webpack
MIT License
464 stars 25 forks source link

Fix runner.js #6

Closed lecafard closed 8 years ago

lecafard commented 8 years ago

NPM uses flat deps now so the jar does not work. require.resolve finds the path of the JAR_FILE better.

lecafard commented 8 years ago

Can you push it to the npm registry please.

roman01la commented 8 years ago

Done. v1.1.2 Thanks!