Skip to content

Commit

Permalink
cleanup: help rollup removing dead commonjs code
Browse files Browse the repository at this point in the history
  • Loading branch information
Loïc Mangeonjean committed Apr 29, 2024
1 parent 374b665 commit 6a874ae
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions rollup/rollup.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -510,6 +510,7 @@ export default (args: Record<string, string>): rollup.RollupOptions[] => {
VSCODE_VERSION: JSON.stringify(vscodeVersion),
VSCODE_REF: JSON.stringify(vscodeRef),
VSCODE_COMMIT: JSON.stringify(vscodeCommit),
'globalThis.require': 'undefined',
preventAssignment: true
}),
(() => {
Expand Down

0 comments on commit 6a874ae

Please sign in to comment.