Skip to content

Commit fc240f9

Browse files
authored
🚑 fix esm bundle filename (#8)
2 parents 1c61920 + 66e6ca2 commit fc240f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.bilirc.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ const config: Config = {
44
banner: true,
55
input: 'src/index.ts',
66
output: {
7-
format: ['es', 'cjs', 'umd', 'umd-min'],
7+
format: ['esm', 'cjs', 'umd', 'umd-min'],
88
moduleName: 'normalizeText',
99
sourceMap: true,
1010
},

0 commit comments

Comments
 (0)