Skip to content

Commit c13aef0

Browse files
committed
drop es5 transformation for old browsers
1 parent 7f5cde2 commit c13aef0

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

webpack.config.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@ module.exports = {
2727
// Workaround https://github.com/webpack/webpack/issues/6642 until https://github.com/webpack/webpack/issues/6525 lands.
2828
globalObject: `typeof self !== 'undefined' ? self : this`
2929
},
30-
target: ['web', 'es5'], // For Internet Explorer 11 support
3130
resolve: {
3231
alias: {
3332
fs: path.join(__dirname, './src/browser-extensions/virtual-fs-cjs.js')

0 commit comments

Comments
 (0)