Skip to content

Commit f2a4753

Browse files
authored
Fix compilation error (microsoft#154699)
1 parent 2b3912f commit f2a4753

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

extensions/markdown-language-features/extension.webpack.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,6 @@ module.exports = withDefaults({
1515
mainFields: ['module', 'main']
1616
},
1717
entry: {
18-
extension: './src/extension.node.ts',
18+
extension: './src/extension.ts',
1919
}
2020
});

0 commit comments

Comments
 (0)