Skip to content

Commit

Permalink
Rename hanami-esbuild-plugin -> esbuild-plugin
Browse files Browse the repository at this point in the history
Go with a shorter name for tidiness
  • Loading branch information
timriley committed Oct 11, 2023
1 parent 2540d6d commit 42b2d8e
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 2 deletions.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion dist/esbuild.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import path from "path";
import { globSync } from "glob";
import hanamiEsbuild, { defaults } from "./hanami-esbuild-plugin.js";
import hanamiEsbuild, { defaults } from "./esbuild-plugin.js";
const loader = {
".tsx": "tsx",
".ts": "ts",
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion src/esbuild.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import path from "path";
import { globSync } from "glob";
import { BuildOptions, Loader, Plugin } from "esbuild";
import { Args } from "./args.js";
import hanamiEsbuild, { HanamiEsbuildPluginOptions, defaults } from "./hanami-esbuild-plugin.js";
import hanamiEsbuild, { HanamiEsbuildPluginOptions, defaults } from "./esbuild-plugin.js";

export interface EsbuildOptions extends Partial<BuildOptions> {
plugins: Plugin[];
Expand Down

0 comments on commit 42b2d8e

Please sign in to comment.