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 2cbf5f4 commit 6c3f748Copy full SHA for 6c3f748
package.json
@@ -25,7 +25,7 @@
25
"scripts": {
26
"build": "yarn tsup --minify",
27
"dev": "yarn tsup --sourcemap",
28
- "tsup": "tsup src/index.ts --dts --format cjs,esm --clean --loader \".json=file\"",
+ "tsup": "tsup src/index.ts --dts --format cjs,esm --clean --loader \".json=copy\"",
29
"fetch-data": "tsx scripts/fetch-data.ts",
30
"test": "yarn test:text",
31
"test:text": "nyc --reporter=text mocha ./__tests__",
0 commit comments