mirror of
https://github.com/angular/angular-cli.git
synced 2025-05-22 15:02:11 +08:00
`optimizeDeps.disabled` has been deprecated in favor of `optimizeDeps.noDiscovery` to `true` and `optimizeDeps.include` to `undefined` ``` (!) Experimental ssr.optimizeDeps.disabled and deps pre-bundling during build were removed in Vite 5.1. To disable the deps optimizer, set ssr.optimizeDeps.noDiscovery to true and ssr.optimizeDeps.include as undefined or empty. Please remove ssr.optimizeDeps.disabled from your config. ```
/packages
Folder
This folder is the root of all defined packages in this repository.
Packages that are marked as private: true
will not be published to NPM.
This folder includes a directory for every scope in NPM, without the @
sign. Then one folder
per package, which contains the package.json
.