Skip to content

Commit 163c610

Browse files
lucas-koehlervince-fugnitto
authored andcommitted
Remove obsolete node polyfill from tree editor extension
Signed-off-by: Lucas Koehler <[email protected]>
1 parent cb41111 commit 163c610

File tree

3 files changed

+0
-29
lines changed

3 files changed

+0
-29
lines changed

src/app/index.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -244,7 +244,6 @@ module.exports = class TheiaExtension extends Base {
244244
this.params.browserDevDependencies = '';
245245
if (this.params.extensionType === ExtensionType.TreeEditor) {
246246
this.params.dependencies = `,\n "@theia/editor": "${this.params.theiaVersion}",\n "@theia/filesystem": "${this.params.theiaVersion}",\n "@theia/workspace": "${this.params.theiaVersion}",\n "@eclipse-emfcloud/theia-tree-editor": "next",\n "uuid": "^3.3.2"`;
247-
this.params.browserDevDependencies = `,\n "node-polyfill-webpack-plugin": "latest"`;
248247
}
249248
if (this.params.extensionType === ExtensionType.Widget) {
250249
this.params.devdependencies = `,\n "@testing-library/react": "^11.2.7",\n "@types/jest": "^26.0.20",\n "jest": "^26.6.3",\n "ts-node": "^10.9.1",\n "ts-jest": "^26.5.6"`;

src/browser/index.ts

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -32,12 +32,5 @@ module.exports = class TheiaBrowser extends Base {
3232
params
3333
}
3434
);
35-
if (params.extensionType === 'tree-editor') {
36-
this.fs.copyTpl(
37-
this.templatePath('app-browser-webpack-config.js'),
38-
this.destinationPath('browser-app/webpack.config.js'),
39-
{}
40-
);
41-
}
4235
}
4336
}

templates/app-browser-webpack-config.js

Lines changed: 0 additions & 21 deletions
This file was deleted.

0 commit comments

Comments
 (0)