Releases: curology/radiance-ui
Releases · curology/radiance-ui
Extend existing externals
v9.0.0-alpha.1 Extend existing externals
Working tree shaking
There was a bug because we marked the package as side effect free but the Container
actually had side effects.
Use ESM modules for better tree shaking with webpack
Use preserveModules
to ensure that webpack can properly tree-shake the package.
v8.3.1
v8.3.0
v8.2.0
v8.0.1
v8.0.0-alpha.0
v8.0.0-alpha.0
- Adds
sideEffects: false
topackage.json
for tree-shaking oflib/icons
directory.
v8.0.0
v8.0.0
- Adds
sideEffects: false
topackage.json
for tree-shaking oflib
directory in consuming applications.