Skip to content

Commit 1be0e75

Browse files
authored
chore: add mjs file content to make it a valid JS file
1 parent ce77971 commit 1be0e75

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/excel-builder-vanilla/copy-types.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@ copyfiles([source, destination], {}, err => {
1010
} else {
1111
// all good, next step, create JS entry file
1212
writeFileSync(`${destination}/dist/excel-builder.cjs`, `'use strict';`);
13-
writeFileSync(`${destination}/dist/excel-builder.mjs`, '');
13+
writeFileSync(`${destination}/dist/excel-builder.mjs`, `'use strict';`);
1414
}
1515
});

0 commit comments

Comments
 (0)