Closed lundibundi closed 4 years ago
Since Conditional exports are not experimental anymore this will allow to use @metarhia/common as follows:
import common from '@metarhia/common'
Without the need for additional /module suffix.
/module
npm run fmt
npm run doc
Unreleased
Just read through the docs and found out it's not experimental anymore and since we haven't released the current version this would IMO be better.
Updated with compatibility changes from https://github.com/metarhia/common/pull/336.
Since Conditional exports are not experimental anymore this will allow to use @metarhia/common as follows:
Without the need for additional
/module
suffix.npm run fmt
)npm run doc
to regenerate documentation based on comments)Unreleased
header in CHANGELOG.mdJust read through the docs and found out it's not experimental anymore and since we haven't released the current version this would IMO be better.