Skip to content
This repository has been archived by the owner on Apr 24, 2023. It is now read-only.

Commit

Permalink
Provide link to import map when using Deno emit (#12)
Browse files Browse the repository at this point in the history
  • Loading branch information
shapirone authored Apr 7, 2022
1 parent a02375b commit cf39950
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/functions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ export const createFunctions = async (options: Options, manifest: any) => {
const result = await Deno.emit(fnFilePath, {
bundle: "module",
check: false,
importMapPath: `${options.workingDirectory}/import_map.json`,
});

// Write FN File and sourcemap file
Expand Down

0 comments on commit cf39950

Please sign in to comment.