Skip to content

Commit 7b7033b

Browse files
authored
fix(build): Update DNT build system to fix Webpack builds (#99)
1 parent 66caa43 commit 7b7033b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

main/build.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import * as path from 'https://deno.land/std@0.115.1/path/mod.ts';
2-
import { build } from 'https://deno.land/x/dnt@0.7.2/mod.ts';
2+
import { build } from 'https://deno.land/x/dnt@0.17.0/mod.ts';
33
import hooksPackage from './hooks/package.json.ts';
44

55
const __dirname = new URL('.', import.meta.url).pathname;
@@ -13,6 +13,7 @@ const buildModule = async (name: string) => {
1313
entryPoints: [path.join(inDir, 'src/index.ts')],
1414
outDir,
1515
test: false,
16+
shims: {},
1617
compilerOptions: {
1718
importHelpers: false,
1819
},

0 commit comments

Comments
 (0)