]> git.ipfire.org Git - thirdparty/vuejs/create-vue.git/commit
build: use rolldown to bundle the output file (#721)
authorHaoqun Jiang <haoqunjiang@gmail.com>
Mon, 31 Mar 2025 17:42:14 +0000 (01:42 +0800)
committerGitHub <noreply@github.com>
Mon, 31 Mar 2025 17:42:14 +0000 (01:42 +0800)
commit9c705c2fa73ad81992d63beb8ea9627f036050fa
treef84898c48eed355091aa4ed400f47bf5cbd65367
parentcb15d1b9b79a1bdb6013eda3e49e95bf784da2c6
build: use rolldown to bundle the output file (#721)

* build: use rolldown to bundle to output file

* chore: update bin path

* chore: output.file is already set in config; CLI arg is redundant

* chore: update rolldown to beta.7

* fix: accidentally removed vitest during merging
.gitignore
LICENSE
index.ts
package.json
pnpm-lock.yaml
rolldown.config.ts [moved from scripts/build.mjs with 67% similarity]
scripts/snapshot.mjs
utils/getLanguage.ts