We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fb95d86 commit 5475782Copy full SHA for 5475782
build.ts
@@ -10,6 +10,7 @@ const shared = {
10
11
build({
12
...shared,
13
+ format: 'cjs',
14
outfile: 'lib/index.js',
15
});
16
0 commit comments