chore: Convert WXT CLI to an ESM binary (#279)

This commit is contained in:
Aaron
2023-12-12 14:44:04 -06:00
committed by GitHub
parent 7c02497148
commit 0873c24ad8
6 changed files with 46 additions and 28 deletions
+1 -1
View File
@@ -93,7 +93,7 @@ const config: tsup.Options[] = [
entry: {
cli: 'src/cli.ts',
},
format: ['cjs'],
format: ['esm'],
},
];