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.
1 parent 370d3dd commit 7026523Copy full SHA for 7026523
build.mjs
@@ -3,6 +3,6 @@ import dts from 'bun-plugin-dts'
3
await Bun.build({
4
entrypoints: ['./src/index.ts'],
5
outdir: './dist',
6
- minify: true,
+ minify: false,
7
plugins: [dts()]
8
})
package.json
@@ -1,7 +1,7 @@
1
{
2
"name": "helloasso",
"module": "index.ts",
- "version": "0.0.3",
+ "version": "0.0.4",
"type": "module",
"scripts": {
"build": "bun run build.mjs",
0 commit comments