mirror of https://github.com/status-im/codimd.git
Include jquery by script tag for now
This commit is contained in:
parent
082178d535
commit
8cd1cf30a5
|
@ -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",
|
||||
|
|
Loading…
Reference in New Issue