From c13aef05bbf1bb45eacbbafb2bb1ad3db3c1dba1 Mon Sep 17 00:00:00 2001 From: "Libor M." Date: Mon, 23 Dec 2024 09:27:19 +0100 Subject: [PATCH] drop es5 transformation for old browsers --- webpack.config.js | 1 - 1 file changed, 1 deletion(-) diff --git a/webpack.config.js b/webpack.config.js index 3345c51f5..ccf25394d 100644 --- a/webpack.config.js +++ b/webpack.config.js @@ -27,7 +27,6 @@ module.exports = { // Workaround https://github.com/webpack/webpack/issues/6642 until https://github.com/webpack/webpack/issues/6525 lands. globalObject: `typeof self !== 'undefined' ? self : this` }, - target: ['web', 'es5'], // For Internet Explorer 11 support resolve: { alias: { fs: path.join(__dirname, './src/browser-extensions/virtual-fs-cjs.js')