Skip to content

Commit 6b0a724

Browse files
committed
feat: add edcore.main.js file
1 parent bd51c4d commit 6b0a724

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

rollup/tools/configuredSubpackagePlugin.ts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -324,6 +324,12 @@ ${code}`
324324
source: `export * from '${MAIN_PACKAGE_NAME}/workers/editor.worker'`,
325325
type: 'asset'
326326
})
327+
this.emitFile({
328+
fileName: 'esm/vs/editor/edcore.main.js',
329+
needsCodeReference: false,
330+
source: `export * from './editor.api.js';`,
331+
type: 'asset'
332+
})
327333
}
328334
}
329335
]

0 commit comments

Comments
 (0)