mirror of
https://github.com/n8n-io/n8n.git
synced 2026-09-21 12:51:16 +08:00
fix(editor): Fix polyfills generation (no-changelog) (#21505)
This commit is contained in:
@@ -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",
|
||||
|
||||
@@ -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',
|
||||
|
||||
Generated
+963
-935
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user