Skip to content

Commit a5b0b28

Browse files
committed
修正漏れ、IEでエラーが出てしまう問題の解消
1 parent fe7f808 commit a5b0b28

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gulpfile.coffee

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ gulp.task "build:webpack", ->
101101
watch: !production
102102
module:
103103
loaders: [
104-
{test: /\.(js|jsx)$/, loader: "babel?blacklist[]=regenerator"}
104+
{test: /\.(js|jsx)$/, loader: "babel?optional[]=runtime"}
105105
{test: /\.jade$/, loader: "react-jade-loader"}
106106
]
107107
resolve:

0 commit comments

Comments
 (0)