Skip to content

Commit ea3a756

Browse files
committed
Set output.exports to make rollup happy
1 parent f86e6a1 commit ea3a756

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

editors/code/rollup.config.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ export default {
1616
external: [...nodeBuiltins, 'vscode'],
1717
output: {
1818
file: './out/src/main.js',
19-
format: 'cjs'
19+
format: 'cjs',
20+
exports: 'default'
2021
}
2122
};

0 commit comments

Comments
 (0)