Skip to content

Commit 37038da

Browse files
docs: update path for runtime js files (#282)
Co-authored-by: Daniel Roe <[email protected]>
1 parent fa5c772 commit 37038da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ Module builder generates dist files in `dist/` directory:
131131
- `module.cjs`: ESM proxy to allow require module in CommonJS context
132132
- `types.d.ts`: Exported types in addition to shims for `nuxt.config` auto completion.
133133
- `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
134+
- Javascript and `.ts` files will be transformed to `.js` with extracted types on `.d.ts` file with same name
135135
- `.vue` files will be transformed with extracted `.d.ts` file
136136
- Other files will be copied as is
137137

0 commit comments

Comments
 (0)