Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
waki285 authored Jul 27, 2023
1 parent 1127773 commit fa4ac1f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion build.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,9 @@ import { context } from "esbuild";
target: "esnext",
format: "esm",
logLevel: "info",
banner: { js: `import { createRequire } from 'module';const require = createRequire(import.meta.url);`}
banner: {
js: `import { createRequire } from 'module';const require = createRequire(import.meta.url);`,
},
});
await ctx2.rebuild();
process.exit(0);
Expand Down

0 comments on commit fa4ac1f

Please sign in to comment.