Releases: WTW-IM/es-components
Releases · WTW-IM/es-components
v21.6.68-pre-prod.0
[skip ci] v21.6.68-pre-prod.0
v21.6.25
v21.6.21
v19.0.77
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:
- Add an alias to the
webpack.config.jsfile such that it points toes-components/lib. - Do not minify the produced bundle. (This is not recomeended)