Skip to content

Commit 9561cee

Browse files
committed
Restore explicit deno.json path
That may have been important after all.
1 parent f18fca9 commit 9561cee

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

build.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,9 @@ const result = await esbuild.build({
5252
target: ['chrome109', 'firefox109', 'safari16'],
5353
plugins: [
5454
versionPlugin,
55-
denoPlugin(),
55+
denoPlugin({
56+
configPath: path.join(dir, 'deno.json'),
57+
}),
5658
],
5759
allowOverwrite: true,
5860
sourcemap: flags.minify ? false : 'inline',

0 commit comments

Comments
 (0)