⬅️ Back to Table of Contents
📄 nuxt/tsdown.config
📊 Analysis Summary
| Metric |
Count |
| 📦 Imports |
9 |
| 📊 Variables & Constants |
1 |
📚 Table of Contents
🛠️ File Location:
📂 packages/nuxt/tsdown.config.ts
📤 Default Export
export default defineConfig({ ... })
| Property |
Value |
entry |
'./module.ts' |
format |
'esm' |
dts |
true |
platform |
'node' |
exports |
false |
clean |
true |
plugins |
basePlugins |
deps.neverBundle |
[ ...externals, ...(nuxt.external || []), ] |
attw |
attwConfig |
📦 Imports
| Name |
Source |
fs |
node:fs/promises |
defineConfig |
tsdown/config |
tsdownPkg |
tsdown/package.json |
packages |
../../meta/packages.ts |
attwConfig |
../../tsdown.config.ts |
basePlugins |
../../tsdown.config.ts |
externals |
../../tsdown.config.ts |
name |
./package.json |
version |
./package.json |
Variables & Constants
| Name |
Type |
Kind |
Value |
Exported |
nuxt |
PackageManifest |
const |
packages.find(p => p.name === 'nuxt')! |
✗ |
Generated by Syntax Scribe