We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3345c51 commit 96ce3efCopy full SHA for 96ce3ef
packages/client/tsup.config.browser.ts
@@ -1,7 +1,7 @@
1
import {defineConfig} from 'tsup'
2
import {esbuildGzipOutJsPlugin} from '../../scripts/esbuild-gzip-js'
3
import {readFile} from 'fs/promises'
4
-import pkg from './package.json'
+import pkg from './package.json' with {type: 'json'}
5
6
const minify = !(process.env.ESBUILD_MINIFY === '0')
7
packages/client/tsup.config.ts
@@ -1,6 +1,6 @@
0 commit comments