Remove outdated comment for Popper in webpack.config.js
Popper is still required and we cannot remove it yet.
This commit is contained in:
@ -35,7 +35,7 @@ const envConfig = module.exports = {
|
|||||||
jQuery: 'jquery',
|
jQuery: 'jquery',
|
||||||
jquery: 'jquery',
|
jquery: 'jquery',
|
||||||
'window.Tether': "tether",
|
'window.Tether': "tether",
|
||||||
Popper: ['popper.js', 'default'], // for Bootstrap 4
|
Popper: ['popper.js', 'default'],
|
||||||
_: 'underscore',
|
_: 'underscore',
|
||||||
vis: 'vis',
|
vis: 'vis',
|
||||||
d3: 'd3',
|
d3: 'd3',
|
||||||
|
Reference in New Issue
Block a user