mirror of
https://github.com/ankitects/anki.git
synced 2025-09-23 16:26:40 -04:00
ESM import issue on Windows came back again
Not sure if I just missed this in the previous change, or whether
the patch_resolver change broke things again.
Previous issue:
e60eb27184
This commit is contained in:
parent
e857aa2ea9
commit
5403f704d0
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@ const worker = require("@bazel/worker");
|
|||
const svelte2tsx = require("svelte2tsx");
|
||||
const preprocess = require("svelte-preprocess");
|
||||
import * as ts from "typescript";
|
||||
import * as svelte from "svelte/compiler";
|
||||
import * as svelte from "svelte/compiler.js";
|
||||
|
||||
let parsedCommandLine: ts.ParsedCommandLine = {
|
||||
fileNames: [],
|
||||
|
|
Loading…
Reference in a new issue