Skip to content

Commit 1aacfe0

Browse files
committed
Adding deno.lock file, adding back import map support
1 parent 8bee8b9 commit 1aacfe0

File tree

5 files changed

+576
-5
lines changed

5 files changed

+576
-5
lines changed

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ dist_plug_bundle
55
dist
66
*.js.map
77
website_build
8-
deno.lock
98
fly.toml
109
env.sh
1110
node_modules

cmd/compile.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ setupMessageListener(functionMapping, manifest, self.postMessage);
117117
...denoPlugins({
118118
configPath: options.configPath &&
119119
path.resolve(Deno.cwd(), options.configPath),
120-
loader: "native",
120+
importMapURL: options.importMap,
121121
}),
122122
],
123123
absWorkingDir: path.resolve(path.dirname(inFile)),

0 commit comments

Comments
 (0)