Browse Source

Remove JQuery from webpack

pull/611/head
baarkerlounger 3 years ago
parent
commit
f5f1de4539
  1. 6
      webpack.config.js

6
webpack.config.js

@ -64,12 +64,6 @@ module.exports = {
{ from: "app/frontend/vendor/outerHTML.js", to: "vendor" },
{ from: "app/frontend/vendor/polyfill-output-value.js", to: "vendor" }
],
}),
new webpack.ProvidePlugin({
$: 'jquery',
jQuery: 'jquery',
jquery: 'jquery',
'window.jQuery': 'jquery'
})
]
}

Loading…
Cancel
Save