Skip to content

Commit 692c6fa

Browse files
authored
chore: move ace mode, themes, autocompleters and editor component to new package (#3589)
* chore: move ace mode, themes, autocompleters and editor component to new package * chore: update package description * chore: update package-lock * chore: fix connection-form dependencies * chore(compass-editor): add inline prop * chore(compass-editor): rename completion type, change d.ts to ts
1 parent 27e900f commit 692c6fa

File tree

64 files changed

+4226
-1074
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

64 files changed

+4226
-1074
lines changed

configs/webpack-config-compass/src/externals.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,6 @@ export const pluginExternals: string[] = [
4141
'react',
4242
// Arbitrary external dependencies that would make sense to keep out of the
4343
// plugin bundles, feel free to update this as needed
44-
'mongodb-ace-autocompleter',
44+
'@mongodb-js/mongodb-constants',
4545
'bson',
4646
];

0 commit comments

Comments
 (0)