]> git.ipfire.org Git - thirdparty/vuejs/core.git/commitdiff
chore: improve comment readability (#8598) [ci skip]
authorAbhay Chauhan <60472462+abhay-111@users.noreply.github.com>
Thu, 30 Nov 2023 18:43:56 +0000 (00:13 +0530)
committerGitHub <noreply@github.com>
Thu, 30 Nov 2023 18:43:56 +0000 (02:43 +0800)
scripts/dev.js

index ec5f9c674cd44743bc9d361bddb78984b5bbe0fc..c784d96d3b1d47a24b2055732439dfe0985a33e1 100644 (file)
@@ -2,7 +2,7 @@
 
 // Using esbuild for faster dev builds.
 // We are still using Rollup for production builds because it generates
-// smaller files w/ better tree-shaking.
+// smaller files and provides better tree-shaking.
 
 import esbuild from 'esbuild'
 import { resolve, relative, dirname } from 'node:path'