Skip to content

Commit

Permalink
docs: update deprecated option in tools.md (#4467)
Browse files Browse the repository at this point in the history
Co-authored-by: Lukas Taegert-Atkinson <lukastaegert@users.noreply.github.com>
  • Loading branch information
kimjh96 and lukastaegert committed Apr 23, 2022
1 parent 4b6627f commit 52f1206
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions docs/07-tools.md
Expand Up @@ -100,9 +100,7 @@ export default {
plugins: [
resolve({
// pass custom options to the resolve plugin
customResolveOptions: {
moduleDirectory: 'node_modules'
}
moduleDirectories: ['node_modules']
})
],
// indicate which modules should be treated as external
Expand Down

0 comments on commit 52f1206

Please sign in to comment.