Skip to content

v1.94.0

Compare
Choose a tag to compare
@mrgrain mrgrain released this 17 Mar 10:50
v1.94.0
22dc02d

⚠️ BREAKING CHANGES TO EXPERIMENTAL FEATURES

  • deprecated TypeScriptAsset & JavaScriptAsset in favour of TypeScriptCode & JavaScriptCode (f31074e)
  • deprecated projectRoot in favour of buildOptions.absWorkDir (ef7ae23)
    Now absWorkDir will take priority, then projectRoot. If neither are provided it falls back to the current working directory, which is esbuild's default behaviour.
    The automatic project root detection has been removed.
  • upgraded esbuild dependency requirement to ^0.9.0 which contains breaking changes (f27d987)

Features

  • set sensible defaults for website deployment (a7a925d)
  • new copyDir prop to copy additional files into the output (1dccb25)
  • support for multiple entryPoints (e41757b)
  • bundleOptions.outdir can now be provided as an additional path prefix for rendered files in the auto-generated cdk output directory (9be0f62)