viewstools / yarn-workspaces-cra-crna

How to use yarn workspaces with Create React App and Create React Native App (Expo) to share common code across
151 stars 23 forks source link

fix: support wildcard in workspaces #2

Closed yhsiang closed 6 years ago

yhsiang commented 6 years ago

if workspace has wildcard like

"workspaces": [
    "components/*"
  ]

use glob to match all paths under components

dariocravero commented 6 years ago

Thanks @yhsiang! Released as v1.0.1 :)