From a20e481f08afa44c7e55aeb96ea4fb6bb076e7a5 Mon Sep 17 00:00:00 2001 From: Alexis Lahouze Date: Fri, 6 Oct 2017 23:58:23 +0200 Subject: [PATCH] Add materialize in webpack provide plugin. --- webpack.config.js | 1 + 1 file changed, 1 insertion(+) diff --git a/webpack.config.js b/webpack.config.js index ec7b64d..90e281f 100644 --- a/webpack.config.js +++ b/webpack.config.js @@ -115,6 +115,7 @@ module.exports = { }, plugins: [ new webpack.ProvidePlugin({ + Materialize: "materialize-css", $: "jquery", jQuery: "jquery", "window.jQuery": "jquery"