We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 81b1f47 commit bee0fe3Copy full SHA for bee0fe3
package.json
@@ -16,7 +16,7 @@
16
"scripts": {
17
"prepare": "husky install",
18
"format": "prettier --write .",
19
- "build": "esbuild --bundle index.js --format=cjs --platform=node --outfile=outfile.cjs",
+ "build": "esbuild --bundle index.js --format=cjs --platform=node --target=node14 --outfile=outfile.cjs",
20
"snapshot": "zx ./scripts/snapshot.mjs",
21
"pretest": "run-s build snapshot",
22
"test": "zx ./scripts/test.mjs",
0 commit comments