Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2021-04-21 09:09:28 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2021-04-21 09:09:28 +0300
commit430aebe8afe80c67d1bafcc5c68cd28e5f207639 (patch)
tree4f13e7a76265b5240aae237369172e9fa75525ac /config
parentb37b86966c1ac0a113d6028d73595170334deec6 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'config')
-rw-r--r--config/webpack.config.js12
1 files changed, 0 insertions, 12 deletions
diff --git a/config/webpack.config.js b/config/webpack.config.js
index 94aa190b77a..11694e4aa1f 100644
--- a/config/webpack.config.js
+++ b/config/webpack.config.js
@@ -395,18 +395,6 @@ module.exports = {
new webpack.ProvidePlugin({
$: 'jquery',
jQuery: 'jquery',
- Popper: ['popper.js', 'default'],
- Alert: 'exports-loader?Alert!bootstrap/js/dist/alert',
- Button: 'exports-loader?Button!bootstrap/js/dist/button',
- Carousel: 'exports-loader?Carousel!bootstrap/js/dist/carousel',
- Collapse: 'exports-loader?Collapse!bootstrap/js/dist/collapse',
- Dropdown: 'exports-loader?Dropdown!bootstrap/js/dist/dropdown',
- Modal: 'exports-loader?Modal!bootstrap/js/dist/modal',
- Popover: 'exports-loader?Popover!bootstrap/js/dist/popover',
- Scrollspy: 'exports-loader?Scrollspy!bootstrap/js/dist/scrollspy',
- Tab: 'exports-loader?Tab!bootstrap/js/dist/tab',
- Tooltip: 'exports-loader?Tooltip!bootstrap/js/dist/tooltip',
- Util: 'exports-loader?Util!bootstrap/js/dist/util',
}),
// if DLLs are enabled, detect whether the DLL exists and create it automatically if necessary