Skip to content

Commit

Permalink
deps: Update dev deps
Browse files Browse the repository at this point in the history
  • Loading branch information
3y3 committed Sep 24, 2024
1 parent ec7378f commit 1ea9d71
Show file tree
Hide file tree
Showing 3 changed files with 139 additions and 142 deletions.
2 changes: 0 additions & 2 deletions esbuild/build.mjs
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import esbuild from 'esbuild';
import {TsconfigPathsPlugin} from '@esbuild-plugins/tsconfig-paths';
import {nodeExternalsPlugin} from 'esbuild-node-externals';

const common = {
tsconfig: './tsconfig.json',
Expand All @@ -17,7 +16,6 @@ esbuild.build({
plugins: [
// eslint-disable-next-line new-cap
TsconfigPathsPlugin({tsconfig: './tsconfig.json'}),
nodeExternalsPlugin(),
],
});

Expand Down
Loading

0 comments on commit 1ea9d71

Please sign in to comment.