6
我剛剛僱用gulp-babel
我一口文件有以下如何處理「碼發生器deoptimised造型」消息從一飲而盡,巴貝爾
var babel = require('gulp-babel');
return gulp.src(files.concat.js.myModule)
.pipe(babel())
.pipe(concat('myModule.js'))
.pipe(gulp.dest('path/to/js'));
...我得到以下Note
約deoptimising的在我的一口氣輸出造型:
NOTE: The code generator has deoptimised the styling ... as it exceeds the max of "100KB"
這是一個問題?
我應該如何處理這是某種方式?
幫我將此選項設置爲false,在我.babelrc爲好。 –