mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 18:12:04 +00:00
refactor(editor): upgrade Vue to 2.7 (#4294)
* refactor(editor): Upgrade Vue to 2.7
* 📌 Partially revert package-lock
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import { createVuePlugin } from 'vite-plugin-vue2';
|
||||
import vue from '@vitejs/plugin-vue2';
|
||||
import { createHtmlPlugin } from 'vite-plugin-html';
|
||||
import legacy from '@vitejs/plugin-legacy';
|
||||
import monacoEditorPlugin from "vite-plugin-monaco-editor";
|
||||
@@ -36,7 +36,7 @@ export default defineConfig({
|
||||
legacy({
|
||||
targets: ['defaults', 'not IE 11'],
|
||||
}),
|
||||
createVuePlugin(),
|
||||
vue(),
|
||||
...createHtmlPlugin({
|
||||
inject: {
|
||||
data: {
|
||||
|
||||
Reference in New Issue
Block a user