mirror of
https://github.com/rust-lang/rust-analyzer
synced 2024-12-26 13:03:31 +00:00
Remove namedExports config
This commit is contained in:
parent
dff62def2e
commit
3d872b233b
1 changed files with 1 additions and 6 deletions
|
@ -11,12 +11,7 @@ export default {
|
|||
resolve({
|
||||
preferBuiltins: true
|
||||
}),
|
||||
commonjs({
|
||||
namedExports: {
|
||||
// squelch missing import warnings
|
||||
'vscode-languageclient': ['CreateFile', 'RenameFile', 'ErrorCodes', 'WorkDoneProgress', 'WorkDoneProgressBegin', 'WorkDoneProgressReport', 'WorkDoneProgressEnd']
|
||||
}
|
||||
})
|
||||
commonjs()
|
||||
],
|
||||
external: [...nodeBuiltins, 'vscode'],
|
||||
output: {
|
||||
|
|
Loading…
Reference in a new issue