We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e12ef68 commit 45ccbb1Copy full SHA for 45ccbb1
1 file changed
packages/core/tsdown.config.ts
@@ -25,7 +25,5 @@ export default defineConfig({
25
platform: 'node',
26
outDir: path.join(filePath, 'lib'),
27
external: [/^node-karin/],
28
- noExternal: [
29
- '@candriajs/template'
30
- ]
31
-})
+ noExternal: ['@candriajs/template'],
+})
0 commit comments