diff options
author | Yukai Huang | 2016-10-10 10:13:40 +0800 |
---|---|---|
committer | Yukai Huang | 2016-10-10 10:13:40 +0800 |
commit | 8cd1cf30a5f0f3b04222623998db4608a584e29d (patch) | |
tree | b8902d5a861121e4b8943d5f15675e5ce17fe13b | |
parent | 082178d535fd15a49d7157268c62f297af5a27ff (diff) |
Include jquery by script tag for now
-rw-r--r-- | webpack.config.js | 4 |
1 files changed, 0 insertions, 4 deletions
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", |