Skip to content

Commit 63a2920

Browse files
committed
Add window.jquery to autoProvidejQuery()
1 parent 8cb76dc commit 63a2920

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

lib/WebpackConfig.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -233,7 +233,8 @@ class WebpackConfig {
233233
autoProvidejQuery() {
234234
this.autoProvideVariables({
235235
$: 'jquery',
236-
jQuery: 'jquery'
236+
jQuery: 'jquery',
237+
"window.jQuery": "jquery"
237238
});
238239
}
239240

0 commit comments

Comments
 (0)