mirror of
https://iceshrimp.dev/crimekillz/trashposs
synced 2024-11-22 00:43:49 +01:00
Remove SWC (thank you @lunanova)
This commit is contained in:
parent
b9d107ba84
commit
20a2f9f20b
@ -54,7 +54,6 @@
|
||||
"seedrandom": "^3.0.5"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@swc/core": "^1.2.248",
|
||||
"@types/gulp": "4.0.9",
|
||||
"@types/gulp-rename": "2.0.1",
|
||||
"@typescript-eslint/parser": "5.36.2",
|
||||
@ -62,7 +61,6 @@
|
||||
"cypress": "10.7.0",
|
||||
"start-server-and-test": "1.14.0",
|
||||
"typescript": "4.8.3",
|
||||
"unplugin-swc": "^1.3.2",
|
||||
"vue-eslint-parser": "^9.0.3"
|
||||
}
|
||||
}
|
||||
|
@ -1,7 +1,6 @@
|
||||
import * as fs from 'fs';
|
||||
import pluginVue from '@vitejs/plugin-vue';
|
||||
import { defineConfig } from 'vite';
|
||||
import swc from 'unplugin-swc';
|
||||
|
||||
import locales from '../../locales';
|
||||
import meta from '../../package.json';
|
||||
@ -21,7 +20,6 @@ export default defineConfig(({ command, mode }) => {
|
||||
reactivityTransform: true,
|
||||
}),
|
||||
pluginJson5(),
|
||||
swc.vite(),
|
||||
],
|
||||
|
||||
resolve: {
|
||||
|
Loading…
Reference in New Issue
Block a user