Skip to content

Commit

Permalink
fix: dependency paths
Browse files Browse the repository at this point in the history
  • Loading branch information
cmorten committed May 16, 2021
1 parent 8c17750 commit be25589
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/plugins/esbuild/esbuildTsx.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import type { Plugin } from "../../deps.ts";
import type { Plugin } from "../../../deps.ts";
import { loadUrl, parse } from "../../../deps.ts";
import { isJsExtension } from "../../isJs.ts";
import { transform } from "./transform.ts";
Expand Down

0 comments on commit be25589

Please sign in to comment.