persvr / rql

Resource Query Language
http://www.persvr.org/
268 stars 49 forks source link

Fixed Webpack/AMD support #72

Closed rkaw92 closed 2 years ago

rkaw92 commented 8 years ago

This change makes it possible to use rql with webpack. It adds a dependency on amdefine to package.json to avoid implementing the shims manually in every file. Tested under Node 6.0 and Webpack 1.13.0. Fixes #69 .

rkaw92 commented 8 years ago

Could a maintainer please suggest what is wrong with the pull request? The CI build has failed, but I'm having trouble deciphering the output. Unit tests (npm test) seem to check out.