]> 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 17:57:02 +0000 (01:57 +0800)
commitc712302245445a2574a76f0178f23730acc4ad13
tree0a063d62eb57d395bb78aad73e5bce1958f7884c
parent12b59fed9b173b3010716e17bd0ce10a2a0a2b5a
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