diff options
| author | Mischa Spiegelmock <[email protected]> | 2022-03-28 20:03:05 +0300 |
|---|---|---|
| committer | GitHub <[email protected]> | 2022-03-28 17:03:05 +0000 |
| commit | 0f74908a5ac16d4a9b73d747a275a9399a131757 (patch) | |
| tree | 1248b623db6313a45c7550cc67fe23fa41ccb910 /scripts | |
| parent | 5ed963f1e4928eb2df36f230faf7f9d63b51bef1 (diff) | |
| download | faker-0f74908a5ac16d4a9b73d747a275a9399a131757.tar.xz faker-0f74908a5ac16d4a9b73d747a275a9399a131757.zip | |
fix: use require/import export map in package.json (#697)
Diffstat (limited to 'scripts')
| -rw-r--r-- | scripts/bundle.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/bundle.ts b/scripts/bundle.ts index 6d1b7b74..29c94102 100644 --- a/scripts/bundle.ts +++ b/scripts/bundle.ts @@ -53,4 +53,5 @@ buildSync({ splitting: true, format: 'esm', target: 'node12.20', + outExtension: { '.js': '.mjs' }, }); |
