Skip to content

Commit

Permalink
feat: get runtime export in worker
Browse files Browse the repository at this point in the history
  • Loading branch information
antfu committed Jun 27, 2022
1 parent 559f671 commit 4a40840
Show file tree
Hide file tree
Showing 8 changed files with 357 additions and 836 deletions.
12 changes: 0 additions & 12 deletions build.config.ts

This file was deleted.

13 changes: 7 additions & 6 deletions package.json
Expand Up @@ -37,15 +37,20 @@
"dist"
],
"scripts": {
"build": "unbuild",
"dev": "unbuild --stub",
"build": "tsup",
"dev": "tsup --watch",
"lint": "eslint .",
"prepublishOnly": "nr build",
"release": "bumpp && npm publish",
"start": "esno src/index.ts",
"test": "vitest",
"typecheck": "tsc --noEmit"
},
"dependencies": {
"mlly": "^0.5.3",
"tinypool": "^0.2.1",
"tsup": "^6.1.2"
},
"devDependencies": {
"@antfu/eslint-config": "^0.25.1",
"@antfu/ni": "^0.16.2",
Expand All @@ -59,12 +64,8 @@
"react": "^18.2.0",
"rimraf": "^3.0.2",
"typescript": "^4.7.4",
"unbuild": "^0.7.4",
"vite": "^2.9.12",
"vitest": "^0.15.1",
"vue": "^3.2.37"
},
"dependencies": {
"mlly": "^0.5.3"
}
}

0 comments on commit 4a40840

Please sign in to comment.