From 50b3f5db008f26197966b2e8778c4df9e7109749 Mon Sep 17 00:00:00 2001 From: Mathieu Suen Date: Tue, 25 May 2021 14:13:52 +0200 Subject: SONAR-14387 Remove support of legacy browser --- server/sonar-web/config/webpack.config.js | 74 ------------------------------- 1 file changed, 74 deletions(-) (limited to 'server/sonar-web/config') diff --git a/server/sonar-web/config/webpack.config.js b/server/sonar-web/config/webpack.config.js index d3e3db76a31..de4f583c043 100644 --- a/server/sonar-web/config/webpack.config.js +++ b/server/sonar-web/config/webpack.config.js @@ -29,30 +29,6 @@ const InterpolateHtmlPlugin = require('./InterpolateHtmlPlugin'); const paths = require('./paths'); const utils = require('./utils'); -/* - This webpack config is actually two: one for modern browsers and one for the legacy ones (e.g. ie11) - - The modern one transpilies the code to ES2018 (i.e. with classes, async functions, etc.) and - does not include any polyfills. It's included in the result index.html using