mirror of
https://github.com/komodorio/helm-dashboard.git
synced 2026-03-24 11:48:04 +00:00
Added lazy load, visualizer and optimized bundle chunks (#635)
* Added lazy load. * Added visualizer and improved hljs import only yaml * Optimized manualChunks
This commit is contained in:
@@ -139,6 +139,15 @@ export default defineConfig([
|
||||
"tsc/config": ["error", { configFile: "./tsconfig.json" }],
|
||||
},
|
||||
},
|
||||
{
|
||||
files: ["vite.config.ts"],
|
||||
languageOptions: {
|
||||
parserOptions: {
|
||||
project: "./tsconfig.node.json", // point to the tiny tsconfig
|
||||
},
|
||||
},
|
||||
},
|
||||
|
||||
{
|
||||
languageOptions: {
|
||||
globals: {
|
||||
|
||||
Reference in New Issue
Block a user