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 a322dc1 commit 77a297f
Show file tree
Hide file tree
Showing 4 changed files with 152 additions and 644 deletions.
2 changes: 0 additions & 2 deletions esbuild/build.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
const esbuild = require('esbuild');
const {TsconfigPathsPlugin} = require('@esbuild-plugins/tsconfig-paths');
const {nodeExternalsPlugin} = require('esbuild-node-externals');

esbuild.build({
tsconfig: './tsconfig.json',
Expand All @@ -13,6 +12,5 @@ esbuild.build({
plugins: [
// eslint-disable-next-line new-cap
TsconfigPathsPlugin({tsconfig: './tsconfig.json'}),
nodeExternalsPlugin(),
],
});
22 changes: 0 additions & 22 deletions esbuild/development.js

This file was deleted.

Loading

0 comments on commit 77a297f

Please sign in to comment.