Skip to content

Commit

Permalink
docs(prebundling): remove uncertain warning (#14586)
Browse files Browse the repository at this point in the history
  • Loading branch information
bluwy authored Oct 11, 2023
1 parent 261633a commit c558ae5
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions docs/guide/dep-pre-bundling.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,10 +52,6 @@ export default defineConfig({

When making changes to the linked dep, restart the dev server with the `--force` command line option for the changes to take effect.

::: warning Deduping
Due to differences in linked dependency resolution, transitive dependencies can deduplicate incorrectly, causing issues when used in runtime. If you stumble on this issue, use `npm pack` on the linked dependency to fix it.
:::

## Customizing the Behavior

The default dependency discovery heuristics may not always be desirable. In cases where you want to explicitly include/exclude dependencies from the list, use the [`optimizeDeps` config options](/config/dep-optimization-options.md).
Expand Down

0 comments on commit c558ae5

Please sign in to comment.