From 8cd1cf30a5f0f3b04222623998db4608a584e29d Mon Sep 17 00:00:00 2001 From: Yukai Huang Date: Mon, 10 Oct 2016 10:13:40 +0800 Subject: Include jquery by script tag for now --- webpack.config.js | 4 ---- 1 file changed, 4 deletions(-) (limited to 'webpack.config.js') diff --git a/webpack.config.js b/webpack.config.js index 17e05226..a4fabde7 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", -- cgit v1.2.3