Browse Source

chore: fix typo (#7753)

pull/3848/head
saveHK 2 years ago
committed by GitHub
parent
commit
9753973195
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      scripts/const-enum.js

2
scripts/const-enum.js

@ -1,7 +1,7 @@
// @ts-check
/**
* We use rollup-plugin-esbuild for faster builds, but esbuild in insolation
* We use rollup-plugin-esbuild for faster builds, but esbuild in isolation
* mode compiles const enums into runtime enums, bloating bundle size.
*
* Here we pre-process all the const enums in the project and turn them into

Loading…
Cancel
Save