ai4code
Results
2
issues of
ai4code
gulpfile.js文件应该如下写法 gulp.task('prepublish', gulp.series('babel', 'webpack:prod')) gulp.task('build', gulp.series('babel', 'webpack')) gulp.task('default', gulp.series('babel', 'watch'))
**Is your feature request related to a problem? Please describe.** A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] **Describe the solution you'd...