n10n lookup in node language servers (#171437)

* config node language servers with l10n location

* fix loading

* add workaround comment
This commit is contained in:
Martin Aeschlimann
2023-01-17 23:05:55 +01:00
committed by GitHub
parent 664c4ebf6c
commit d4b18e0bc1
6 changed files with 99 additions and 3 deletions

View File

@@ -13,7 +13,7 @@ const path = require('path');
const config = withDefaults({
context: path.join(__dirname),
entry: {
extension: './src/node/jsonServerMain.ts',
extension: './src/node/jsonServerNodeMain.ts',
},
output: {
filename: 'jsonServerMain.js',