chore: improve comment readability (#8598) [ci skip]
This commit is contained in:
parent
887e54c347
commit
eaeab78915
|
@ -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'
|
||||
|
|
Loading…
Reference in New Issue