Skip to content

Commit 53ea54e

Browse files
authored
Merge pull request #637 from jeongsd/patch-1
Update shimming.md
2 parents b6c4158 + da561e9 commit 53ea54e

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)