]> git.ipfire.org Git - thirdparty/vuejs/create-vue.git/commit
fix: avoid using import.meta.dirname; fixes Node.js 18 compatibility
authorHaoqun Jiang <haoqunjiang@gmail.com>
Wed, 2 Apr 2025 17:57:02 +0000 (01:57 +0800)
committerHaoqun Jiang <haoqunjiang@gmail.com>
Wed, 2 Apr 2025 18:01:20 +0000 (02:01 +0800)
commit2b4b65528d1561a78b152484e32607eed9049923
treeca7115ac701b6cae583746ca12985ef963f2be9a
parent5d1258105b20c452de6748f267ec2f1f15407855
fix: avoid using import.meta.dirname; fixes Node.js 18 compatibility

Closes #729

The bug is again related to the CLI code rather than the template -
we need to refactor the CI workflow to test the CLI code in all
environments.
index.ts