Skip to content

Releases: WTW-IM/es-components

v21.6.68-pre-prod.0

20 May 21:50
Compare
Choose a tag to compare
[skip ci] v21.6.68-pre-prod.0

v21.6.25

24 Sep 15:09
Compare
Choose a tag to compare
v21.6.25

v21.6.21

03 Sep 17:11
Compare
Choose a tag to compare
v21.6.21

v19.0.77

30 Aug 15:19
Compare
Choose a tag to compare

In this release, an update to the package artifacts were made. There is now a browser artifact that gets output in addition to lib and cjs artifacts. In the usage of Webpack, it will default to using browser if that field exists in the package.json.

This can cause issues when attempting to run Webpack in production mode and minifying the bundled JavaScript. There are two ways to fix this:

  1. Add an alias to the webpack.config.js file such that it points to es-components/lib.
  2. Do not minify the produced bundle. (This is not recomeended)