You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- The glob library returns paths relative to the root directory you pass it, not
the process cwd. Set `absolute` so that we get read the right XLB paths.
- Explicitly tell Prettier to resolve the XML plugin. While it was working fine
from _this_ repo, when lit-localize was installed in another package, the
plugin was not being automatically loaded. Not sure why exactly that is,
maybe it auto-loads @prettier plugins only in some node_modules/ layouts.
0 commit comments