mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-08-23 11:54:25 +00:00
Disable rollup warning
This commit is contained in:
parent
58f4dcf79e
commit
cc43f07e11
1 changed files with 2 additions and 1 deletions
|
@ -18,6 +18,7 @@ export default {
|
||||||
external: [...nodeBuiltins, 'vscode'],
|
external: [...nodeBuiltins, 'vscode'],
|
||||||
output: {
|
output: {
|
||||||
file: './out/main.js',
|
file: './out/main.js',
|
||||||
format: 'cjs'
|
format: 'cjs',
|
||||||
|
exports: 'named'
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue