Skip to content

Commit c916948

Browse files
committed
Output an ES module, not a CommonJS module, per the policy doc.
1 parent f6b293d commit c916948

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

linkset/rollup.config.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ export default {
66
output: {
77
exports: 'named',
88
dir: 'dist',
9-
format: 'cjs',
109
},
1110
plugins: [typescript()],
1211
};

0 commit comments

Comments
 (0)