Skip to content

Commit da561e9

Browse files
authored
Update shimming.md
`provide-plugin` module -> plugins
1 parent 964dc76 commit da561e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/guides/shimming.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ Most legacy modules rely on the presence of specific globals, like jQuery plugin
3232

3333
```javascript
3434
module.exports = {
35-
module: [
35+
plugins: [
3636
new webpack.ProvidePlugin({
3737
$: 'jquery',
3838
jQuery: 'jquery'

0 commit comments

Comments
 (0)