8 lines
341 B
TypeScript
8 lines
341 B
TypeScript
|
|
// Script for compiling build behavior. It is built in the build plug-in and cannot be modified currently.
|
|
import { hapTasks } from '@ohos/hvigor-ohos-plugin';
|
|
export default {
|
|
system: hapTasks, /* Built-in plugin of Hvigor. It cannot be modified. */
|
|
plugins: [] /* Custom plugin to extend the functionality of Hvigor. */
|
|
}
|