Skip to content
This repository has been archived by the owner on May 11, 2022. It is now read-only.

Commit

Permalink
add --experimental-modules
Browse files Browse the repository at this point in the history
  • Loading branch information
aelbore committed Feb 6, 2021
1 parent 922767d commit 4998e72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/aria-build.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
require('child_process')
.spawnSync('ts-esm', [
'--no-warnings',
'--experimental-module',
'--experimental-​modules',
'--experimental-json-modules',
'./bin/exec.mjs',
...process.argv.slice(2)
Expand Down

0 comments on commit 4998e72

Please sign in to comment.