Skip to content

Commit a59c05d

Browse files
committed
Fix the documentation about autoProvidejQuery
The implementation actually defines 3 provided variables, not only 2.
1 parent 4038860 commit a59c05d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

index.js

+2-1
Original file line numberDiff line numberDiff line change
@@ -757,7 +757,8 @@ class Encore {
757757
* ```
758758
* WebpackConfig.autoProvideVariables({
759759
* $: 'jquery',
760-
* jQuery: 'jquery'
760+
* jQuery: 'jquery',
761+
* 'window.jQuery': 'jquery'
761762
* });
762763
* ```
763764
*

0 commit comments

Comments
 (0)