We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7f5cde2 commit c13aef0Copy full SHA for c13aef0
1 file changed
webpack.config.js
@@ -27,7 +27,6 @@ module.exports = {
27
// Workaround https://github.com/webpack/webpack/issues/6642 until https://github.com/webpack/webpack/issues/6525 lands.
28
globalObject: `typeof self !== 'undefined' ? self : this`
29
},
30
- target: ['web', 'es5'], // For Internet Explorer 11 support
31
resolve: {
32
alias: {
33
fs: path.join(__dirname, './src/browser-extensions/virtual-fs-cjs.js')
0 commit comments