From 7021cff9d91ee38503cb22aa3fe3ff8bc1c8f1d6 Mon Sep 17 00:00:00 2001 From: Alexis Lahouze Date: Wed, 30 Aug 2017 23:14:13 +0200 Subject: [PATCH] Fix JQuery provide for materialize. --- webpack.config.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/webpack.config.js b/webpack.config.js index 97ecb18..0d94792 100644 --- a/webpack.config.js +++ b/webpack.config.js @@ -125,6 +125,8 @@ module.exports = { }, plugins: [ new webpack.ProvidePlugin({ + $: "jquery", + jQuery: "jquery", "window.jQuery": "jquery" }), new webpack.ContextReplacementPlugin(