diff --git a/webpack.config.js b/webpack.config.js index d5a34e771..c22a0a141 100644 --- a/webpack.config.js +++ b/webpack.config.js @@ -64,12 +64,6 @@ module.exports = { { from: "app/frontend/vendor/outerHTML.js", to: "vendor" }, { from: "app/frontend/vendor/polyfill-output-value.js", to: "vendor" } ], - }), - new webpack.ProvidePlugin({ - $: 'jquery', - jQuery: 'jquery', - jquery: 'jquery', - 'window.jQuery': 'jquery' }) ] }