We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fe7f808 commit a5b0b28Copy full SHA for a5b0b28
gulpfile.coffee
@@ -101,7 +101,7 @@ gulp.task "build:webpack", ->
101
watch: !production
102
module:
103
loaders: [
104
- {test: /\.(js|jsx)$/, loader: "babel?blacklist[]=regenerator"}
+ {test: /\.(js|jsx)$/, loader: "babel?optional[]=runtime"}
105
{test: /\.jade$/, loader: "react-jade-loader"}
106
]
107
resolve:
0 commit comments