Skip to content

Commit 9860ffd

Browse files
committed
Removed jQuery from auto provided variables in webpack config.
1 parent 0f8c19f commit 9860ffd

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

webpack.config.js

-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ Encore
66
.cleanupOutputBeforeBuild()
77
.autoProvidejQuery()
88
.autoProvideVariables({
9-
"window.jQuery": "jquery",
109
"window.Bloodhound": require.resolve('bloodhound-js'),
1110
"jQuery.tagsinput": "bootstrap-tagsinput"
1211
})

0 commit comments

Comments
 (0)