Skip to content

@azure-rest/ai-inference_1.0.0-beta.5

Pre-release
Pre-release
Compare
Choose a tag to compare
@azure-sdk azure-sdk released this 22 Jan 23:28
928c680
[Docs] improve rollup section of the bundling guide (#32440)

- rename `rollup.config.js` to `rollup.config.mjs` so it works regardless of the
consuming package's module type

- add a simpler configuration for packages that don't require polyfills/shims.

- change bundle output format from `iife` to `esm` format as latter should be
supported by recent browsers.