]> git.ipfire.org Git - thirdparty/vuejs/create-vue.git/commit
chore!: bump the minimum Node.js version requirement as a precaution
authorHaoqun Jiang <haoqunjiang@gmail.com>
Wed, 17 Nov 2021 07:23:04 +0000 (15:23 +0800)
committerHaoqun Jiang <haoqunjiang@gmail.com>
Wed, 17 Nov 2021 08:54:56 +0000 (16:54 +0800)
commit3365575f42285b791d5e25a5ab18112e11b0ffaa
tree22dd2c6c2ef8f300fa58813326c7c803fa59f9f1
parent84b3acd300233e97d610c9c592c9cd16ec7f3324
chore!: bump the minimum Node.js version requirement as a precaution

As more and more packages are switching to pure ESM, some of the
ESM-related features are only supported in Node.js 12.20 or higher,
e.g. [subpath patterns](https://nodejs.org/api/packages.html#subpath-patterns).

So we need to bump the minimum version requirement to avoid confusions.
package.json