don't minify
This commit is contained in:
parent
3c1de1f169
commit
a70cb145be
3 changed files with 3 additions and 3 deletions
|
@ -18,7 +18,7 @@ async function main() {
|
|||
esbuild.buildSync({
|
||||
entryPoints: ['./src/index.tsx'],
|
||||
outfile: 'dist/index.js',
|
||||
minify: true,
|
||||
minify: false,
|
||||
bundle: true,
|
||||
format: 'cjs',
|
||||
target: 'es6',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue