chore: improve comment readability (#8598) [ci skip]

This commit is contained in:
Abhay Chauhan 2023-12-01 00:13:56 +05:30 committed by GitHub
parent 887e54c347
commit eaeab78915
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View 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'