Results 24 comments of Joseph Thomas

@fatfisz That's odd - I was getting absolute paths (as if it weren't finding the cwd) when I had a `.babelrc.js`, and it started working with a `.babelrc`. @tleunen In...

It looks like `babel.config.js` will be used for setting up global config, and will ignore `.babelrc` files: https://babeljs.io/docs/en/next/babelconfigjs *Unless* you opt into them using the `babelrcs` or `babelrcRoots` options

Thanks, should have looked into how to achieve this with git in the first place - I didn't know about **stash**!

As an aside, I have this extra `css` in there because it get syntax highlighting to work in VS Code. Other than this issue - are there any problems with...

Sorry, i missed the notification from. @tiojoca's message ``` # Wordmove configuration # for more info see https://github.com/welaika/wordmove/wiki/Movefile-configurations-explained # Development site settings - do not modify local: vhost: "localhost:" wordpress_path:...

Also, migration files will likely be written in typescript as well

I just found this package and am excited to use it! I'd be happy to contribute. I have been pondering something similar for a while, so I'm glad I found...

I'm able to work around this by defining these types in a `sanity-custom.d.ts`: ``` /// declare namespace Sanity { namespace Schema { interface Code extends Sanity.Document { _type: 'code'; filename?:...

Looking forward to this!

Looking forward to trying this out. Any eta? Or, for someone new to node & github - how can I install the beta branch?