This commit is contained in:
2026-05-07 21:08:19 -06:00
parent 2a93c4d19c
commit e2b3f61863

View File

@@ -9,6 +9,7 @@ export default defineConfig({
template: "./index.html",
},
source: {
include: [/node_modules[\\/]marked[\\/]/],
entry: {
index: "./src/main.ts",
},