From b2c0ee04d4db4a0ef5a084c50f49782c5f88587c Mon Sep 17 00:00:00 2001 From: patak Date: Mon, 22 Aug 2022 21:19:40 +0200 Subject: [PATCH] chore: remove custom vitepress config (#9785) --- docs/vite.config.ts | 15 --------------- packages/vite/LICENSE.md | 29 ----------------------------- 2 files changed, 44 deletions(-) delete mode 100644 docs/vite.config.ts diff --git a/docs/vite.config.ts b/docs/vite.config.ts deleted file mode 100644 index 94f3ed69000771..00000000000000 --- a/docs/vite.config.ts +++ /dev/null @@ -1,15 +0,0 @@ -import { defineConfig } from 'vite' - -export default defineConfig({ - ssr: { - format: 'cjs' - }, - legacy: { - buildSsrCjsExternalHeuristics: true - }, - optimizeDeps: { - // vitepress is aliased with replacement `join(DIST_CLIENT_PATH, '/index')` - // This needs to be excluded from optimization - exclude: ['vitepress'] - } -}) diff --git a/packages/vite/LICENSE.md b/packages/vite/LICENSE.md index 41da37ad32dd33..94f3a5cd7aa509 100644 --- a/packages/vite/LICENSE.md +++ b/packages/vite/LICENSE.md @@ -1963,35 +1963,6 @@ Repository: git+https://github.com/json5/json5.git --------------------------------------- -## jsonc-parser -License: MIT -By: Microsoft Corporation -Repository: https://github.com/microsoft/node-jsonc-parser - -> The MIT License (MIT) -> -> Copyright (c) Microsoft -> -> Permission is hereby granted, free of charge, to any person obtaining a copy -> of this software and associated documentation files (the "Software"), to deal -> in the Software without restriction, including without limitation the rights -> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -> copies of the Software, and to permit persons to whom the Software is -> furnished to do so, subject to the following conditions: -> -> The above copyright notice and this permission notice shall be included in all -> copies or substantial portions of the Software. -> -> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE -> SOFTWARE. - ---------------------------------------- - ## launch-editor License: MIT By: Evan You