Skip to content

Commit

Permalink
fix: update esmock and remove --loader option
Browse files Browse the repository at this point in the history
  • Loading branch information
SgtPooki committed Nov 28, 2023
1 parent d095c51 commit 376f200
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 31 deletions.
2 changes: 1 addition & 1 deletion .aegir.js
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ export default {
server,
env: {
IPFS_GATEWAY: gwUrl,
NODE_OPTIONS: '--loader=esmock'
// NODE_OPTIONS: `--import 'data:text/javascript,import { register } from "node:module"; import { pathToFileURL } from "node:url"; register("esmock", pathToFileURL("./"));`
}
}
},
Expand Down
37 changes: 8 additions & 29 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"chai-as-promised": "^7.1.1",
"cross-fetch": "^3.1.5",
"csv-parse": "^5.3.0",
"esmock": "^2.0.6",
"esmock": "^2.6.0",
"gauge": "^4.0.4",
"ip": "^2.0.0",
"it-concat": "^2.0.0",
Expand Down

0 comments on commit 376f200

Please sign in to comment.