Skip to content

Commit

Permalink
docs: fix note
Browse files Browse the repository at this point in the history
  • Loading branch information
sheremet-va committed Feb 25, 2023
1 parent 965f32a commit 796adc6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/config/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ You can opt-out of this behavior for certain packages with `exclude` option. You

This options also inherits your `optimizeDeps` configuration. If you redefine `include`/`exclude`/`entries` option in `deps.experimentalOptimizer` it will overwrite your `optimizeDeps` when running tests.

:::note
::: tip
You will not be able to edit your `node_modules` code for debugging, since the code is actually located in your `cacheDir` or `test.cache.dir` directory. If you want to debug with `console.log` statements, edit it directly or force rebundling with `deps.experimentalOptimizer.force` option.
:::

Expand Down

0 comments on commit 796adc6

Please sign in to comment.