Skip to content

Commit

Permalink
fix: debug no longer ships dist/debug.js
Browse files Browse the repository at this point in the history
The IE work-around for debug no longer works,
as the debug packages removed their dist/debug.js
file.
  • Loading branch information
steabert committed Oct 2, 2020
1 parent fc36680 commit f7a3652
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,6 @@ module.exports = {
},
resolve: {
extensions: ['.ts', '.js'],
// The debug packages resolves to src/debug.js by default
// which doesn't work on IE11 (it's not ES5), but it seems
// that the dist/debug.js file does work.
alias: {
debug: 'debug/dist/debug.js',
},
},
module: {
rules: [
Expand Down

0 comments on commit f7a3652

Please sign in to comment.