Skip to content

Commit

Permalink
Merge pull request #29179 from tobiasdiez/optimize-dep
Browse files Browse the repository at this point in the history
Vite: Add jsdoc-type-pratt-parser to `optimizeDeps`
  • Loading branch information
kasperpeulen committed Sep 24, 2024
2 parents 71a3eb4 + d43564e commit caa4ff3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions code/builders/builder-vite/src/optimizeDeps.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ const INCLUDE_CANDIDATES = [
'fast-deep-equal',
'html-tags',
'isobject',
'jsdoc-type-pratt-parser', // TODO: Remove this once it's converted to ESM: https://github.com/jsdoc-type-pratt-parser/jsdoc-type-pratt-parser/issues/173
'loader-utils',
'lodash/camelCase.js',
'lodash/camelCase',
Expand Down

0 comments on commit caa4ff3

Please sign in to comment.