Skip to content

Commit e8cd8c0

Browse files
build: transpile the debug dependency with Babel
socketio/engine.io@a967626 has broken the build for IE and android 5.1 Related: debug-js/debug#668
1 parent fd7fff2 commit e8cd8c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

support/webpack.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ module.exports = {
1212
module: {
1313
loaders: [{
1414
test: /\.js$/,
15-
exclude: /(node_modules|bower_components)/,
15+
include: /debug/,
1616
loader: 'babel', // 'babel-loader' is also a legal name to reference
1717
query: {
1818
presets: ['es2015']

0 commit comments

Comments
 (0)