Skip to content

2.1.2

Latest

Choose a tag to compare

@spwoodcock spwoodcock released this 04 Sep 07:57
  • Small vite integration helper / plugin to avoid chunk cycling issue.
import { circularChunkGuard } from "@hotosm/ui/vite";
import { defineConfig } from "vite";

export default defineConfig({
  plugins: [circularChunkGuard()],
});

Full Changelog: 2.1.1...2.1.2