Panoplos

Results 22 comments of Panoplos

The plugin works in babelrc, but this is not ideal. When you mention that you are not sure if my `babel-register` works, what do you mean? It is working for...

Not sure I said anything about production mode. I am using webpack for server build and will rely on this plugin in the webpack config. Anyway, it was advertised that...

That said, here are my software versions, for your reference: node: v7.10.1 babel-core: 6.24.1 babel-register: 6.24.1 babel-loader: 7.1.1 babel-preset-env: 1.6.0 babel-plugin-transform-require-ignore: 0.1.1

Again, I am not using the above entry script in the webpack build. Just for running the server in dev mode. I have a specific webpack config for building the...

OK, so I have figured out how to get this working with a the following `startup.rb` hook ```ruby offlineimapDir = File.expand_path '~/.sup/offlineimap' if Dir.exist? offlineimapDir require 'fileutils' FileUtils.rm_r offlineimapDir end...

Any reason this isn't merged, yet?

No, as the schema is loaded fine when I change the extension to `.json`. I'll see what I can do on the minimal test repo.

OK, I figured out what is wrong, and it is quite embarrassing. LOL I am running the server for dev mode directly from babel, not via the webpack build, so...

Upvote on this request. Seems like this tool is nothing more than a toy if you cannot load co-located resolvers for queries, mutations and custom types.