mirror of
https://github.com/rust-lang/rust-analyzer
synced 2024-12-27 05:23:24 +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({
|
resolve({
|
||||||
preferBuiltins: true
|
preferBuiltins: true
|
||||||
}),
|
}),
|
||||||
commonjs({
|
commonjs()
|
||||||
namedExports: {
|
|
||||||
// squelch missing import warnings
|
|
||||||
'vscode-languageclient': ['CreateFile', 'RenameFile', 'ErrorCodes', 'WorkDoneProgress', 'WorkDoneProgressBegin', 'WorkDoneProgressReport', 'WorkDoneProgressEnd']
|
|
||||||
}
|
|
||||||
})
|
|
||||||
],
|
],
|
||||||
external: [...nodeBuiltins, 'vscode'],
|
external: [...nodeBuiltins, 'vscode'],
|
||||||
output: {
|
output: {
|
||||||
|
|
Loading…
Reference in a new issue