mirror of
https://github.com/n8n-io/n8n.git
synced 2024-11-13 16:14:07 -08:00
Add vite-plugin-legacy, update browserslist
This commit is contained in:
parent
19d55da4ad
commit
25cbcb327d
|
@ -1,3 +1,3 @@
|
|||
> 1%
|
||||
last 2 versions
|
||||
not ie <= 8
|
||||
defaults
|
||||
>0.5% in US
|
||||
>0.5% in alt-EU
|
||||
|
|
|
@ -92,6 +92,7 @@
|
|||
"@types/lodash-es": "^4.17.6",
|
||||
"@types/luxon": "^3.2.0",
|
||||
"@types/uuid": "catalog:",
|
||||
"@vitejs/plugin-legacy": "^5.4.3",
|
||||
"@vitest/coverage-v8": "catalog:frontend",
|
||||
"cross-env": "^7.0.3",
|
||||
"miragejs": "^0.1.48",
|
||||
|
|
|
@ -6,6 +6,7 @@ import { vitestConfig } from '../design-system/vite.config.mts';
|
|||
import icons from 'unplugin-icons/vite';
|
||||
import iconsResolver from 'unplugin-icons/resolver';
|
||||
import components from 'unplugin-vue-components/vite';
|
||||
import legacy from '@vitejs/plugin-legacy';
|
||||
|
||||
const publicPath = process.env.VUE_APP_PUBLIC_PATH || '/';
|
||||
|
||||
|
@ -54,6 +55,7 @@ const plugins = [
|
|||
],
|
||||
}),
|
||||
vue(),
|
||||
legacy(),
|
||||
];
|
||||
|
||||
const { RELEASE: release } = process.env;
|
||||
|
|
1525
pnpm-lock.yaml
1525
pnpm-lock.yaml
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue