vscode-react-native icon indicating copy to clipboard operation
vscode-react-native copied to clipboard

[Feature] Replace tasks in gulpfile.js with exports

Open benjaminbi opened this issue 3 years ago • 0 comments

🚀 Feature request

What do you want to be added? Now gulp.task is being used in gulpfile.js. However, it is no longer a recommended pattern anymore. We can replace it with exports which is the recommended one. Reference: https://gulpjs.com/docs/en/api/task/

What scenarios will this solve?

What will this allow you to do? Will this benefit other developers? This will improve the future compatibility when building through gulp.

benjaminbi avatar Jul 20 '22 09:07 benjaminbi