We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
.js
1 parent fc8e25a commit 28bd7fbCopy full SHA for 28bd7fb
2 files changed
src/browser.ts
@@ -2,9 +2,6 @@ import { setup } from './core.ts'
2
import { humanize } from './utils.ts'
3
import type { Debug, Debugger } from './types.ts'
4
5
-/**
6
- * Colors.
7
- */
8
export const colors: string[] = [
9
'#0000CC',
10
'#0000FF',
tsdown.config.ts
@@ -12,6 +12,7 @@ export default defineConfig([
12
}
13
},
14
hash: false,
15
+ minify: 'dce-only',
16
17
{
18
entry: {
0 commit comments