mirror of
https://github.com/arduino/arduino-ide.git
synced 2025-11-09 10:28:32 +00:00
feat: use theia@1.57.0 (#2654)
This commit is contained in:
@@ -30,9 +30,9 @@ backend.config.plugins.unshift(
|
||||
);
|
||||
|
||||
// Override the default entry from Theia as IDE2 has a customization of the module.
|
||||
backend.config.entry['nsfw-watcher'] = {
|
||||
backend.config.entry['parcel-watcher'] = {
|
||||
import: require.resolve(
|
||||
'arduino-ide-extension/lib/node/theia/filesystem/nsfw-watcher'
|
||||
'arduino-ide-extension/lib/node/theia/filesystem/parcel-watcher'
|
||||
),
|
||||
library: {
|
||||
type: 'commonjs2',
|
||||
|
||||
Reference in New Issue
Block a user