Skip to content

Commit

Permalink
Removed jQuery from auto provided variables in webpack config.
Browse files Browse the repository at this point in the history
  • Loading branch information
mathop committed Nov 7, 2017
1 parent 0f8c19f commit 9860ffd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ Encore
.cleanupOutputBeforeBuild()
.autoProvidejQuery()
.autoProvideVariables({
"window.jQuery": "jquery",
"window.Bloodhound": require.resolve('bloodhound-js'),
"jQuery.tagsinput": "bootstrap-tagsinput"
})
Expand Down

0 comments on commit 9860ffd

Please sign in to comment.