You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
During transformation, file formats are automatically resolved and in most cases there is no need for additional configuration.
108
+
During transformation, file formats are automatically resolved, and in most cases, no additional configuration is required.
109
109
110
-
`Hyperbundler`module environment for generated files defaults to `esm`, which means the outputs will have a `.mjs` extension unless otherwise specified. For TypeScript declarations, the appropriate extension will be `.d.mts`.
110
+
The default module environment for generated files is `esm`, which means output files will have a `.mjs` extension unless otherwise specified. For TypeScript declarations, the corresponding extension will be `.d.mts`.
111
111
112
-
Formats can also be explicitly specified for each entry, if necessary.
112
+
Formats can also be explicitly specified for each entry, if needed.
113
113
114
114
### Inputs
115
115
116
-
Default transformation behaviour for all `chunk` entries:
116
+
Default transformation behavior for all `chunk` entries:
All options are documented with descriptions and examples so autocompletion will be offered as you type. Simply hover over the property and see what it does in the quick info tooltip.
133
+
All options come with descriptions and examples. As you type, you’ll get suggestions and can see quick info by hovering over any property.
134
134
135
135
### entries
136
136
@@ -247,7 +247,7 @@ export default defineConfig({
247
247
248
248
### outDir
249
249
250
-
- Type: `string`
250
+
- Type: `string | undefined`
251
251
- Default: `dist`
252
252
253
253
Specifies the output directory for production bundle.
@@ -258,14 +258,14 @@ Specifies the output directory for production bundle.
0 commit comments