mirror of
https://github.com/MetaCubeX/metacubexd.git
synced 2024-11-10 05:15:35 +08:00
chore: remove solid-devtools
This commit is contained in:
parent
4f27419952
commit
12e8c9a50b
@ -37,7 +37,6 @@
|
|||||||
"prettier-plugin-organize-imports": "^3.2.3",
|
"prettier-plugin-organize-imports": "^3.2.3",
|
||||||
"prettier-plugin-tailwindcss": "^0.5.3",
|
"prettier-plugin-tailwindcss": "^0.5.3",
|
||||||
"solid-apexcharts": "^0.3.2",
|
"solid-apexcharts": "^0.3.2",
|
||||||
"solid-devtools": "^0.27.7",
|
|
||||||
"solid-js": "^1.7.11",
|
"solid-js": "^1.7.11",
|
||||||
"sort-package-json": "^2.5.1",
|
"sort-package-json": "^2.5.1",
|
||||||
"tailwind-merge": "^1.14.0",
|
"tailwind-merge": "^1.14.0",
|
||||||
|
3098
pnpm-lock.yaml
3098
pnpm-lock.yaml
File diff suppressed because it is too large
Load Diff
@ -1,10 +1,8 @@
|
|||||||
|
/* @refresh reload */
|
||||||
import '~/index.css'
|
import '~/index.css'
|
||||||
|
|
||||||
/* @refresh reload */
|
|
||||||
import 'solid-devtools'
|
|
||||||
import { render } from 'solid-js/web'
|
|
||||||
|
|
||||||
import { Router, hashIntegration } from '@solidjs/router'
|
import { Router, hashIntegration } from '@solidjs/router'
|
||||||
|
import { render } from 'solid-js/web'
|
||||||
import { App } from './App'
|
import { App } from './App'
|
||||||
|
|
||||||
const root = document.getElementById('root')
|
const root = document.getElementById('root')
|
||||||
|
@ -1,4 +1,3 @@
|
|||||||
import devtools from 'solid-devtools/vite'
|
|
||||||
import { defineConfig, splitVendorChunkPlugin } from 'vite'
|
import { defineConfig, splitVendorChunkPlugin } from 'vite'
|
||||||
import solidPlugin from 'vite-plugin-solid'
|
import solidPlugin from 'vite-plugin-solid'
|
||||||
|
|
||||||
@ -6,5 +5,5 @@ export default defineConfig({
|
|||||||
base: './',
|
base: './',
|
||||||
build: { chunkSizeWarningLimit: 1000 },
|
build: { chunkSizeWarningLimit: 1000 },
|
||||||
resolve: { alias: { '~': '/src' } },
|
resolve: { alias: { '~': '/src' } },
|
||||||
plugins: [devtools(), solidPlugin(), splitVendorChunkPlugin()],
|
plugins: [solidPlugin(), splitVendorChunkPlugin()],
|
||||||
})
|
})
|
||||||
|
Loading…
Reference in New Issue
Block a user