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 .
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.
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 .