-
Notifications
You must be signed in to change notification settings - Fork 168
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: fix reactRefresh TS version dismatch
- Loading branch information
ije
committed
Dec 6, 2020
1 parent
777a923
commit 0c7a0be
Showing
4 changed files
with
6 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
import reactRefreshTS from 'https://esm.sh/react-refresh-typescript@1.0.4' | ||
import ts from 'https://esm.sh/typescript@4.0.5' | ||
import reactRefreshTS from 'https://esm.sh/react-refresh-typescript@1.[email protected]' | ||
import ts from 'https://esm.sh/typescript@4.1.2' | ||
import transformImportPathRewrite from './transform-import-path-rewrite.ts' | ||
import transformReactJsx from './transform-react-jsx.ts' | ||
import transformReactUseDenoHook from './transform-react-use-deno-hook.ts' | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters