a comparison of tools within the JavaScript ecosystem
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

fix: set parcel cache directory to reside w/in subdirectory instead of root

+2 -2
+2 -2
libs/node-ts-esm-parcel/package.json
··· 11 11 "dist" 12 12 ], 13 13 "scripts": { 14 - "build": "parcel build", 15 - "dev": "parcel watch" 14 + "build": "parcel build --cache-dir ./.parcel-cache", 15 + "dev": "parcel watch --cache-dir ./.parcel-cache" 16 16 }, 17 17 "devDependencies": { 18 18 "@parcel/packager-ts": "^2.11.0",