We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fa5c772 commit 37038daCopy full SHA for 37038da
README.md
@@ -131,7 +131,7 @@ Module builder generates dist files in `dist/` directory:
131
- `module.cjs`: ESM proxy to allow require module in CommonJS context
132
- `types.d.ts`: Exported types in addition to shims for `nuxt.config` auto completion.
133
- `runtime/*`: Individually transformed files using [unjs/mkdist](https://github.com/unjs/mkdist)
134
- - Javascript and `.ts` files will be transformed to `.mjs` with extracted types on `.d.ts` file with same name
+ - Javascript and `.ts` files will be transformed to `.js` with extracted types on `.d.ts` file with same name
135
- `.vue` files will be transformed with extracted `.d.ts` file
136
- Other files will be copied as is
137
0 commit comments