From 8cd1cf30a5f0f3b04222623998db4608a584e29d Mon Sep 17 00:00:00 2001 From: Yukai Huang Date: Mon, 10 Oct 2016 10:13:40 +0800 Subject: [PATCH] Include jquery by script tag for now --- webpack.config.js | 4 ---- 1 file changed, 4 deletions(-) diff --git a/webpack.config.js b/webpack.config.js index 17e0522..a4fabde 100644 --- a/webpack.config.js +++ b/webpack.config.js @@ -6,10 +6,6 @@ module.exports = { plugins: [ new webpack.ProvidePlugin({ '_': 'lodash', - jquery: "jquery", - jQuery: "jquery", - $: "jquery", - "window.jQuery": "jquery", Visibility: "visibilityjs", Cookies: "js-cookie", emojify: "emojify.js",