build: 集成 Rollup 构建工具并配置相关插件

This commit is contained in:
dj
2026-02-02 21:10:02 +08:00
parent a5bd4d728b
commit d4684f288e
6 changed files with 536 additions and 6 deletions

View File

@@ -0,0 +1,3 @@
import { isArray } from '@vue/shared'
console.log(isArray([]))