stylex icon indicating copy to clipboard operation
stylex copied to clipboard

Fixing the issue with aliased imports in Nextjs

Open rayan1810 opened this issue 6 months ago • 2 comments

What changed / motivation ?

Added changes in StateManager class in babel plugin, introduced an extra step of resolution if aliases are provided in babel and nextjs config. This fixes some part of this issue https://github.com/facebook/stylex/issues/40

Linked PR/Issues

[Fixes #40 ]

Pre-flight checklist

  • [x] I have read the contributing guidelines Contribution Guidelines
  • [x] Performed a self-review of my code

rayan1810 avatar Dec 17 '23 12:12 rayan1810