From 9860ffd15a63243fefb863565f36d6f615b549c3 Mon Sep 17 00:00:00 2001 From: Matheus Pedroso Date: Mon, 6 Nov 2017 22:23:30 -0600 Subject: [PATCH] Removed jQuery from auto provided variables in webpack config. --- webpack.config.js | 1 - 1 file changed, 1 deletion(-) 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" })