Skip to content

Commit 9653f1e

Browse files
committed
re-adding window.jQuery to autoProvidejQuery
1 parent 5ca96e9 commit 9653f1e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/WebpackConfig.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -244,6 +244,7 @@ class WebpackConfig {
244244
this.autoProvideVariables({
245245
$: 'jquery',
246246
jQuery: 'jquery',
247+
'window.jQuery': 'jquery',
247248
});
248249
}
249250

0 commit comments

Comments
 (0)