fix(editor): Fix polyfills generation (no-changelog) (#21505)

This commit is contained in:
Alex Grozav
2025-11-04 18:06:04 +02:00
committed by GitHub
parent b0df438286
commit 428f816c8f
4 changed files with 964 additions and 940 deletions
+1 -1
View File
@@ -127,7 +127,7 @@
"@types/jsonpath": "^0.2.0",
"@types/lodash": "catalog:",
"@types/uuid": "catalog:",
"@vitejs/plugin-legacy": "^6.0.2",
"@vitejs/plugin-legacy": "^7.2.1",
"@vitejs/plugin-vue": "catalog:frontend",
"@vitest/coverage-v8": "catalog:",
"browserslist-to-esbuild": "^2.1.1",
-2
View File
@@ -1,6 +1,4 @@
<script setup lang="ts">
import '@/polyfills';
import AssistantsHub from '@/features/ai/assistant/components/AssistantsHub.vue';
import AskAssistantFloatingButton from '@/features/ai/assistant/components/Chat/AskAssistantFloatingButton.vue';
import BannerStack from '@/features/shared/banners/components/BannerStack.vue';
@@ -127,8 +127,6 @@ const plugins: UserConfig['plugins'] = [
}),
legacy({
modernTargets: browsers,
modernPolyfills: true,
renderLegacyChunks: false,
}),
{
name: 'Insert config script',
+963 -935
View File
File diff suppressed because it is too large Load Diff