Skip to content

Commit 7620ba9

Browse files
committed
feat(build_npm.ts): add importMap to build script
The build script for npm has been updated to include an importMap. This change allows for better control over the import paths used in the build process.
1 parent 41cb7f8 commit 7620ba9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

scripts/build_npm.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ await build({
1515
typeCheck: false,
1616
test: false,
1717
entryPoints: ["src/index.ts"],
18+
importMap: "./import_map.json",
1819
outDir: "./npm",
1920
shims: {
2021
deno: "dev",

0 commit comments

Comments
 (0)