mirror of
https://github.com/vercel/commerce.git
synced 2025-07-25 11:11:24 +00:00
Replace tsc with SWC for package compilation and file watching (#675)
* Updated turbo version * Added taskr to packages/local * Move json files * Include missing extension * Fixed prettierignore * Updated swc plugin * Moved swc plugin to its own package * Added note * Removed unused package * Added watch for file changes * Added taskr deps to every package * Added taskfile to every package * Updated scripts in every package * Added 2 utiity scripts * Fix turbo dev script * Update swc plugin to include jsx import * Updated build script in main package.json
This commit is contained in:
16
packages/taskr-swc/package.json
Normal file
16
packages/taskr-swc/package.json
Normal file
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"name": "taskr-swc",
|
||||
"version": "0.0.1",
|
||||
"license": "MIT",
|
||||
"scripts": {
|
||||
"prettier-fix": "prettier --write ."
|
||||
},
|
||||
"main": "taskfile-swc.js",
|
||||
"files": [
|
||||
"taskfile-swc.js"
|
||||
],
|
||||
"devDependencies": {
|
||||
"@swc/core": "^1.2.138",
|
||||
"prettier": "^2.5.1"
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user