Skip to content

Commit

Permalink
fixed typo in js example
Browse files Browse the repository at this point in the history
  • Loading branch information
FabriceSalvaire committed Apr 5, 2018
1 parent d81523e commit e9c33e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ To exclude JQuery from your Webpack build, you will have to go into the Webpack
```js
resolve: {
alias: {
"jquery": path.join(__dirname, "./jquery-stub.js");
"jquery": path.join(__dirname, "./jquery-stub.js")
}
}
```
Expand Down

0 comments on commit e9c33e6

Please sign in to comment.