Skip to content

Commit

Permalink
build: transpile the debug dependency with Babel
Browse files Browse the repository at this point in the history
socketio/engine.io@a967626 has broken
the build for IE and android 5.1

Related: debug-js/debug#668
  • Loading branch information
darrachequesne committed Sep 13, 2019
1 parent fd7fff2 commit e8cd8c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion support/webpack.config.js
Expand Up @@ -12,7 +12,7 @@ module.exports = {
module: {
loaders: [{
test: /\.js$/,
exclude: /(node_modules|bower_components)/,
include: /debug/,
loader: 'babel', // 'babel-loader' is also a legal name to reference
query: {
presets: ['es2015']
Expand Down

0 comments on commit e8cd8c0

Please sign in to comment.