v1.97.0
- update to cdk-1.97.0 (fedb40a)
⚠️ BREAKING CHANGES TO EXPERIMENTAL FEATURES
- esbuild minimum version updated to
^0.11.0
which includes breaking changes re how some files are interpreted as well as updated behaviour for entry points; please check esbuild's change log (35c9046) - use esbuild's handling of
process.env.NODE_ENV
, notably the value will now be set todevelopment
unless minification is enabled (04bc5ed)
Features
- support object maps for entry points (62a4431)