From 7176a7b8e8a87458d0d97cdcbd8e22f7937bcd02 Mon Sep 17 00:00:00 2001 From: Alexander Lichter Date: Mon, 14 Jul 2025 13:47:29 +0200 Subject: [PATCH] build: try native plugin (#9629) --- vite.config.ts | 3 +++ 1 file changed, 3 insertions(+) diff --git a/vite.config.ts b/vite.config.ts index b0be1092eb..da512142db 100644 --- a/vite.config.ts +++ b/vite.config.ts @@ -150,6 +150,9 @@ export default () => // Generate a stats.json file for webpack that will be consumed by RelativeCI webpackStats(), ], + experimental: { + enableNativePlugin: true, + }, resolve: { alias: { "~": path.resolve(__dirname, "./app"),