diff options
| author | Akshay Nair <phenax5@gmail.com> | 2022-01-06 21:59:34 +0530 |
|---|---|---|
| committer | Akshay Nair <phenax5@gmail.com> | 2022-01-06 22:00:38 +0530 |
| commit | 3d88de49d99d86c70204d6870296b20177c2af21 (patch) | |
| tree | f8bbf0580035f0792d5568082ec11db02af5668b /esbuild.js | |
| parent | 0cc4e48c848aef5751573628e4af6e194b272d1d (diff) | |
| download | elxr-3d88de49d99d86c70204d6870296b20177c2af21.tar.gz elxr-3d88de49d99d86c70204d6870296b20177c2af21.zip | |
chore: adds prettier
Diffstat (limited to 'esbuild.js')
| -rw-r--r-- | esbuild.js | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -6,7 +6,7 @@ esbuild outdir: 'lib', bundle: true, sourcemap: true, - minify: false, + minify: true, splitting: false, format: 'esm', target: ['esnext'] |
