Jack

Results 15 comments of Jack

Having this problem too, just to confirm as a non-monorepo-usecase. We have multiple separate packages that use a shared nycrc.yaml that we add as a node_module: ``` extends: "@internal/nyc-config" branches:...

I'm not entirely sure the reasoning for this requirement, but to create a flow-typed definition you must have an `exports` directory relative to your cwd

Thanks for the quick response ❤️

I've been using both vue-router and vue-component-router in different projects and i have to say I really like this continuation of "everything is a component". This is basically a Vue...

@ShanonJackson would you care to share your hack workaround? We have a similar issue with this too. We have many small packages and having to manually import the css files...

Hi @Anber is there an easy way to test the linaria suite locally? I don't think it's as simple as `yarn link` (having branched from master)

I think maybe babel-register doesn't know to parse vue files by default. If you add the extensions manually (and include .vue files) does it work? https://babeljs.io/docs/usage/babel-register/#specifying-options

Yes that would do it too, I was just wondering whether reh and babel-register would play nicely or not