Skip to content

Commit

Permalink
feat(upgrade esbuild dep): esbuild
Browse files Browse the repository at this point in the history
  • Loading branch information
floydspace committed Jun 17, 2020
1 parent 1adcfdd commit 5b6601c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
6 changes: 3 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
"typescript": "^3.9.2"
},
"dependencies": {
"esbuild": "^0.4.1",
"esbuild": "^0.5.3",
"fs-extra": "^9.0.0",
"globby": "^11.0.0",
"lodash.now": "^4.0.2",
Expand Down
1 change: 0 additions & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,6 @@ export class EsbuildPlugin implements Plugin {
entryPoints: [entry],
outdir: path.join(this.originalServicePath, BUILD_FOLDER, path.dirname(entry)),
platform: 'node',
stdio: 'inherit',
};

return build(config);
Expand Down

0 comments on commit 5b6601c

Please sign in to comment.