setSheet(false)} />
diff --git a/tooling/build-native-boundary-fixture.mjs b/tooling/build-native-boundary-fixture.mjs
new file mode 100644
index 0000000..15ebc6d
--- /dev/null
+++ b/tooling/build-native-boundary-fixture.mjs
@@ -0,0 +1,15 @@
+import { build } from 'vite'
+import { fileURLToPath } from 'node:url'
+import { dirname, resolve } from 'node:path'
+const root = resolve(dirname(fileURLToPath(import.meta.url)), '..')
+await build({
+ root, configFile: resolve(root, 'vite.config.ts'),
+ plugins: [{
+ name: 'isolated-native-boundary-fixture',
+ transformIndexHtml: { order: 'pre', handler(html) {
+ return html.replace('', '