mirror of
https://github.com/quartz-community/folder-page.git
synced 2026-07-22 02:50:24 +00:00
fix: bundle @quartz-community/utils to avoid runtime subpath resolution failures
This commit is contained in:
parent
b41c4c79ba
commit
cd83385386
5 changed files with 4414 additions and 42 deletions
2219
dist/components/index.js
vendored
2219
dist/components/index.js
vendored
File diff suppressed because it is too large
Load diff
2
dist/components/index.js.map
vendored
2
dist/components/index.js.map
vendored
File diff suppressed because one or more lines are too long
2232
dist/index.js
vendored
2232
dist/index.js
vendored
File diff suppressed because it is too large
Load diff
2
dist/index.js.map
vendored
2
dist/index.js.map
vendored
File diff suppressed because one or more lines are too long
|
|
@ -14,6 +14,7 @@ export default defineConfig({
|
|||
treeshake: true,
|
||||
target: "es2022",
|
||||
splitting: false,
|
||||
noExternal: ["@quartz-community/utils"],
|
||||
outDir: "dist",
|
||||
platform: "node",
|
||||
esbuildOptions(options) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue