1// Script for compiling build behavior. It is built in the build plug-in and cannot be modified currently. 2import { appTasks } from '@ohos/hvigor-ohos-plugin'; 3 4export default { 5 system: appTasks, /* Built-in plugin of Hvigor. It cannot be modified. */ 6 plugins:[] /* Custom plugin to extend the functionality of Hvigor. */ 7} 8