Improve offline dist content (#1836)

This commit is contained in:
Andrea Giammarchi
2023-11-03 10:00:52 +01:00
committed by GitHub
parent e81830a2ea
commit c8ec29a3d8
18 changed files with 385 additions and 98 deletions

View File

@@ -89,7 +89,7 @@ for (const [TYPE] of TYPES) {
} else if (toml || type === "toml") {
try {
const { parse } = await import(
/* webpackIgnore: true */ "./toml.js"
/* webpackIgnore: true */ "./3rd-party/toml.js"
);
parsed = parse(text);
} catch (e) {