From: Abhay Chauhan <60472462+abhay-111@users.noreply.github.com> Date: Thu, 30 Nov 2023 18:43:56 +0000 (+0530) Subject: chore: improve comment readability (#8598) [ci skip] X-Git-Tag: v3.3.10~15 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=eaeab78915cee08d61e07152daffbf21ead95fcd;p=thirdparty%2Fvuejs%2Fcore.git chore: improve comment readability (#8598) [ci skip] --- diff --git a/scripts/dev.js b/scripts/dev.js index ec5f9c674c..c784d96d3b 100644 --- a/scripts/dev.js +++ b/scripts/dev.js @@ -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'