Skip to content

Commit e871b8b

Browse files
committed
Fix incorrect name option name in docs
1 parent e6790a1 commit e871b8b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ module.exports = {
137137
plugins: [
138138
new DrupalLibrariesPlugin({
139139
// Only pick up require('jquery') or require('Drupal') statements.
140-
libraryPattern: /^(jquery|Drupal)$/
140+
requirePattern: /^(jquery|Drupal)$/
141141
})
142142
],
143143
};

0 commit comments

Comments
 (0)