Skip to content

Commit

Permalink
drop es5 transformation for old browsers
Browse files Browse the repository at this point in the history
  • Loading branch information
liborm85 committed Dec 23, 2024
1 parent 7f5cde2 commit c13aef0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -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')
Expand Down

0 comments on commit c13aef0

Please sign in to comment.