mirror of
https://github.com/Memo-2023/mana-monorepo.git
synced 2026-05-14 20:21:09 +02:00
♻️ refactor: migrate 15 web apps to @manacore/shared-vite-config
- Add missing packages to MANACORE_SHARED_PACKAGES list - Migrate all SvelteKit apps to use createViteConfig/mergeViteConfig - Matrix preserves special WASM config for matrix-js-sdk crypto - Update consolidation docs with completed Vite config task Savings: ~350 LOC (-318 net lines)
This commit is contained in:
parent
d0d2855adb
commit
188290b427
17 changed files with 225 additions and 513 deletions
|
|
@ -26,6 +26,12 @@ export const MANACORE_SHARED_PACKAGES = [
|
|||
'@manacore/shared-i18n',
|
||||
'@manacore/shared-api-client',
|
||||
'@manacore/shared-splitscreen',
|
||||
'@manacore/shared-utils',
|
||||
'@manacore/shared-tags',
|
||||
'@manacore/shared-stores',
|
||||
'@manacore/shared-help-types',
|
||||
'@manacore/shared-help-content',
|
||||
'@manacore/shared-help-ui',
|
||||
] as const;
|
||||
|
||||
export interface ViteConfigOptions {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue