electron-userland / electron-compile

DEPRECATED: Electron supporting package to compile JS and CSS in Electron applications
1.01k stars 99 forks source link

Adds extension info and tests for GraphQL compiler #218

Closed wasd171 closed 7 years ago

wasd171 commented 7 years ago

Hello.

This PR adds support for .graphql files to electron-compile.

anaisbetts commented 7 years ago

Refs https://github.com/electron/electron-compilers/pull/68

anaisbetts commented 7 years ago

Great PR! I fixed up a few small things but it's looking good

wasd171 commented 7 years ago

Thank you! I can change it if needed, tests structure was a bit complicated. Would you mind publishing updated version on npm?

anaisbetts commented 7 years ago

Already done, electron-compile 6.4.0 is you, make sure to upgrade -compilers too

wasd171 commented 7 years ago

Great!