Skip to content

Commit

Permalink
Rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
msujew committed Jan 16, 2025
1 parent 9198278 commit 3db0f96
Show file tree
Hide file tree
Showing 5 changed files with 669 additions and 26 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -100,10 +100,6 @@ export class BundlerGenerator extends AbstractGenerator {
return this.pck.path('gen-esbuild.electron.mjs');
}

protected resolve(moduleName: string, path: string): string {
return this.pck.resolveModulePath(moduleName, path).split(paths.sep).join('/');
}

protected compileWebpackConfig(): string {
return `/**
* Don't touch this file. It will be regenerated by theia build.
Expand Down
2 changes: 1 addition & 1 deletion dev-packages/native-esbuild-plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@theia/native-esbuild-plugin",
"version": "1.55.0",
"version": "1.57.0",
"description": "ESBuild Plugin for native dependencies of Theia.",
"publishConfig": {
"access": "public"
Expand Down
Loading

0 comments on commit 3db0f96

Please sign in to comment.