From 447c06f0917893b73c04b6da30daf851f3f80ff0 Mon Sep 17 00:00:00 2001 From: Sebastian Serth Date: Fri, 12 Aug 2022 14:12:13 +0200 Subject: [PATCH] Remove outdated comment for Popper in webpack.config.js Popper is still required and we cannot remove it yet. --- config/webpack/webpack.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/webpack/webpack.config.js b/config/webpack/webpack.config.js index fbd52bae..03080f1c 100644 --- a/config/webpack/webpack.config.js +++ b/config/webpack/webpack.config.js @@ -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',