allow passing @stylexjs/babel-plugin aliases through react-strict-dom/babel-preset
Until https://github.com/facebook/stylex/pull/856 is merged and released, this is kind of the only option to be able to write imports like defined in a tsconfig file.
This just needs to be fixed in stylex
Remind me what aliases are needed for? Is it only for resolving the vars files?
Basically writing absolute imports like @/components/* for local code, following ts config. Stylex doesn’t yet auto detect paths from tsconfig file so alias is the only way so RSD can resolve paths properly when using this arobase import styles (a common thing this days as it’s in lot of default tsconfig (eg: next default template))
Yeah but what features require import resolution? Just the ones relying on *.stylex.js files existing?