Skip to content

Commit

Permalink
fix(node-resolve): modulePaths default is not set
Browse files Browse the repository at this point in the history
  • Loading branch information
bytestream committed Oct 3, 2023
1 parent 4fcc32a commit 825c8de
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/node-resolve/src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ const defaults = {
extensions: ['.mjs', '.js', '.json', '.node'],
resolveOnly: [],
moduleDirectories: ['node_modules'],
modulePaths: [],
ignoreSideEffectsForRoot: false,
// TODO: set to false in next major release or remove
allowExportsFolderMapping: true
Expand Down

0 comments on commit 825c8de

Please sign in to comment.