Remove outdated comment for Popper in webpack.config.js

Popper is still required and we cannot remove it yet.
This commit is contained in:
Sebastian Serth
2022-08-12 14:12:13 +02:00
parent 4096abf89f
commit 447c06f091

View File

@ -35,7 +35,7 @@ const envConfig = module.exports = {
jQuery: 'jquery',
jquery: 'jquery',
'window.Tether': "tether",
Popper: ['popper.js', 'default'], // for Bootstrap 4
Popper: ['popper.js', 'default'],
_: 'underscore',
vis: 'vis',
d3: 'd3',