Vaadin Flow 2.9.0
Changes since 2.8.8
New features
-
Enable running npm ci mode
Commit · Pull requestEnables running npm build using
npm ciinstead ofnpm install, and pnpm build with--frozen-lockfileparameter. This will make the build install the exact package versions defined in the package lock file. To enable this build mode, set the system propertyci.buildtotrue.