Skip to content

Commit

Permalink
fix: no shims
Browse files Browse the repository at this point in the history
  • Loading branch information
antfu committed Feb 8, 2022
1 parent 4d657c9 commit bc1c172
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 9 deletions.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -65,7 +65,7 @@
"playwright-chromium": "^1.18.1",
"pnpm": "^6.30.0",
"rimraf": "^3.0.2",
"tsup": "5.11.11",
"tsup": "^5.11.13",
"typescript": "^4.5.5",
"vite": "^2.7.13",
"vite-plugin-windicss": "^1.7.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/parser/package.json
Expand Up @@ -36,7 +36,7 @@
"module": "dist/index.mjs",
"types": "dist/index.d.ts",
"scripts": {
"build": "rimraf dist && tsup src/index.ts src/core.ts src/fs.ts --format cjs,esm --dts --splitting",
"build": "rimraf dist && tsup src/index.ts src/core.ts src/fs.ts --format cjs,esm --dts --splitting --no-shims",
"dev": "nr build --watch",
"prepublishOnly": "npm run build"
},
Expand Down
21 changes: 14 additions & 7 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit bc1c172

Please sign in to comment.