diff --git a/webpack.config.js b/webpack.config.js index 02bec267b..c711992ea 100644 --- a/webpack.config.js +++ b/webpack.config.js @@ -6,7 +6,6 @@ Encore .cleanupOutputBeforeBuild() .autoProvidejQuery() .autoProvideVariables({ - "window.jQuery": "jquery", "window.Bloodhound": require.resolve('bloodhound-js'), "jQuery.tagsinput": "bootstrap-tagsinput" })