Skip to content

Commit

Permalink
Merge pull request #169 from schlawg/cjs-target
Browse files Browse the repository at this point in the history
cjs target for chessops
  • Loading branch information
niklasf authored Feb 5, 2024
2 parents 76466f7 + 9701352 commit 5f4635f
Show file tree
Hide file tree
Showing 8 changed files with 9,617 additions and 952 deletions.
9,689 changes: 9,207 additions & 482 deletions examples/package-lock.json

Large diffs are not rendered by default.

8 changes: 2 additions & 6 deletions examples/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,11 @@
"chessops": "file:.."
},
"devDependencies": {
"@rollup/plugin-node-resolve": "^15",
"@rollup/plugin-terser": "^0.4",
"@rollup/plugin-typescript": "^11",
"rollup": "^4",
"tslib": "^2",
"esbuild": "^0.20.0",
"typescript": "^5"
},
"scripts": {
"prepare": "rollup --config && du --bytes dist/*",
"prepare": "esbuild src/read-pgn.ts --bundle --outdir=dist --platform=node --format=esm && du --bytes dist/*",
"read-pgn": "time node --experimental-vm-modules dist/read-pgn.js"
}
}
11 changes: 0 additions & 11 deletions examples/rollup.config.mjs

This file was deleted.

Loading

0 comments on commit 5f4635f

Please sign in to comment.