Skip to content

Commit f7a3652

Browse files
committed
fix: debug no longer ships dist/debug.js
The IE work-around for debug no longer works, as the debug packages removed their dist/debug.js file.
1 parent fc36680 commit f7a3652

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

webpack.config.js

-6
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,6 @@ module.exports = {
99
},
1010
resolve: {
1111
extensions: ['.ts', '.js'],
12-
// The debug packages resolves to src/debug.js by default
13-
// which doesn't work on IE11 (it's not ES5), but it seems
14-
// that the dist/debug.js file does work.
15-
alias: {
16-
debug: 'debug/dist/debug.js',
17-
},
1812
},
1913
module: {
2014
rules: [

0 commit comments

Comments
 (0)