Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .monorepolint.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ export default {
options: {
scripts: {
build:
"tsup --config ../../tsup.config.ts && rollup -c rollup.config.js",
"tsup --config ../../tsup.config.ts && esbuild index.ts --bundle --minify --target=chrome109,edge147,firefox140,ios18.5,opera127,safari26.3 --outfile=turf.min.js",
},
},
includePackages: [MAIN_PACKAGE],
Expand Down
10 changes: 0 additions & 10 deletions packages/turf/babel.config.json

This file was deleted.

11 changes: 2 additions & 9 deletions packages/turf/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,25 +67,18 @@
"turf.min.js"
],
"scripts": {
"build": "tsup --config ../../tsup.config.ts && rollup -c rollup.config.js",
"build": "tsup --config ../../tsup.config.ts && esbuild index.ts --bundle --minify --target=chrome109,edge147,firefox140,ios18.5,opera127,safari26.3 --outfile=turf.min.js",
"last-checks": "pnpm run last-checks:testjs && pnpm run last-checks:example",
"last-checks:example": "tsx test.example.js",
"last-checks:testjs": "tsx test.ts",
"test": "echo '@turf/turf tests run in the last-checks step'"
},
"devDependencies": {
"@babel/core": "^7.26.10",
"@babel/preset-env": "^7.26.9",
"@rollup/plugin-babel": "^6.0.4",
"@rollup/plugin-commonjs": "^28.0.3",
"@rollup/plugin-node-resolve": "^16.0.1",
"@rollup/plugin-terser": "^0.4.4",
"@types/tape": "^5.8.1",
"camelcase": "^8.0.0",
"documentation": "^14.0.3",
"esbuild": "^0.28.1",
"glob": "^11.1.0",
"rollup": "^4.40.1",
"rollup-plugin-polyfill-node": "^0.13.0",
"tape": "^5.9.0",
"tsup": "^8.4.0",
"tsx": "^4.19.4",
Expand Down
23 changes: 0 additions & 23 deletions packages/turf/rollup.config.js

This file was deleted.

Loading
Loading