File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
create-typescript-playground-plugin/template
typescriptlang-org/src/templates Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ My new plugin for the TypeScript playground.
4
4
5
5
## Running this plugin
6
6
7
- - [ Click this link] ( http ://www.staging-typescript.org/play?install-plugin=[name]) to install
7
+ - [ Click this link] ( https ://www.staging-typescript.org/play?install-plugin=[name]) to install
8
8
9
9
or
10
10
Original file line number Diff line number Diff line change @@ -56,7 +56,7 @@ const Play: React.FC<Props> = (props) => {
56
56
// Because we can reach to localhost ports from the site, it's possible for the locally built compiler to
57
57
// be hosted and to power the editor with a bit of elbow grease.
58
58
const useLocalCompiler = tsVersion === "dev"
59
- const urlForMonaco = useLocalCompiler ? "http://localhost:5615/dev/vs" : `https://typescript.azureedge.net/cdn/${ tsVersion } /monaco/dev /vs`
59
+ const urlForMonaco = useLocalCompiler ? "http://localhost:5615/dev/vs" : `https://typescript.azureedge.net/cdn/${ tsVersion } /monaco/min /vs`
60
60
61
61
// @ts -ignore
62
62
const re : any = global . require
You can’t perform that action at this time.
0 commit comments