Skip to main content

trackunit/iris-app — NX upgraded to v23.1.0

In this version of our Iris App SDK, we have upgraded NX to v23.1.0. This release also moves Iris App builds onto Vite 8.

Make sure to upgrade your extensions to the latest version of NX.

npx nx migrate 23.1.0
npx nx migrate --run-migrations

Please refer to Maintaining Your Application for more information.

Also included: Vite 8

@trackunit/iris-app-sdk-vite now depends on Vite 8.1.x (Rolldown-based bundler). Most Iris Apps need no Vite config changes after updating @trackunit/* packages.

If you customized production minification with build.minify: "esbuild", switch to Vite 8's default ("oxc"), or install esbuild separately — generated Iris App workspaces do not include esbuild.

Module Federation continues to work via @module-federation/vite 1.18+, which supports Vite 8.