File tree Expand file tree Collapse file tree 2 files changed +8
-8
lines changed
vendor/github.com/scriptmaster/vno/core/utils Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 1- #!deno
2- /// <reference lib="deno.ns" />
31import * as esbuild from "https://deno.land/x/esbuild@v0.19.2/mod.js" ; //v0.19.1 was better?
42import Babel from "https://esm.sh/@babel/standalone@7.18.8" ;
53
64//import { denoPlugins } from "https://esm.sh/gh/scriptmaster/esbuild_deno_loader@0.8.4/mod.ts";
7- import { denoPlugins } from "./plugins/esbuild_deno_loader/mod.ts" ;
5+ import { denoPlugins } from "./plugins/esbuild_deno_loader/mod.ts" ; // path issue
86import pluginVue from "https://esm.sh/esbuild-plugin-vue-next" ;
97//import esbuildSveltePlugin from "https://esm.sh/esbuild-svelte@0.8.0";
108import esbuildSveltePlugin from "./plugins/esbuild-svelte/index.deno.ts" ;
You can’t perform that action at this time.
0 commit comments