aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-web/config/webpack.config.js
diff options
context:
space:
mode:
Diffstat (limited to 'server/sonar-web/config/webpack.config.js')
-rw-r--r--server/sonar-web/config/webpack.config.js5
1 files changed, 1 insertions, 4 deletions
diff --git a/server/sonar-web/config/webpack.config.js b/server/sonar-web/config/webpack.config.js
index 3d1e7aba4e6..5a7513de971 100644
--- a/server/sonar-web/config/webpack.config.js
+++ b/server/sonar-web/config/webpack.config.js
@@ -59,10 +59,7 @@ module.exports = ({ production = true, fast = false }) => ({
'backbone',
'backbone.marionette',
'handlebars/runtime',
- './src/main/js/libs/third-party/jquery-ui.js',
- './src/main/js/libs/third-party/select2.js',
- './src/main/js/libs/third-party/bootstrap/tooltip.js',
- './src/main/js/libs/third-party/bootstrap/dropdown.js'
+ './src/main/js/libs/third-party/jquery-ui.js'
].filter(Boolean),
app: [