Would be great to support additional exports field conditions regarding to webpack guideline
<root>.style => <root>.exports.style<root>.sass => <root>.exports.sass<root>.types => <root>.exports.types<root>.exports.import => <root>.exports.module not sure that this is possible. This condition requires only esm subtree (esm->...->cjs disallowed).
Would be great to support additional exports field conditions regarding to webpack guideline
<root>.style
=><root>.exports.style
<root>.sass
=><root>.exports.sass
<root>.types
=><root>.exports.types
<root>.exports.import
=><root>.exports.module
not sure that this is possible. This condition requires only esm subtree (esm->...->cjs disallowed).