mirror of
https://github.com/rust-lang/rust-analyzer
synced 2024-12-26 04:53:34 +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'],
|
||||
output: {
|
||||
file: './out/main.js',
|
||||
format: 'cjs'
|
||||
format: 'cjs',
|
||||
exports: 'named'
|
||||
}
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue