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
| **name** | `string` | `'bundle.css'` | Name the bundled CSS. [output.assetFilenames](https://rollupjs.org/configuration-options/#output-assetfilenames) can affect this. |
118
-
| **sourcemap** | `boolean` | `false` | Set to `true` to also output `.css.map` file. |
115
+
- `name`: Default `'bundle.css'`. Name the bundled CSS. [`output.assetFilenames`](https://rollupjs.org/configuration-options/#output-assetfilenames) can affect this.
116
+
- `sourcemap`: Default `false`. Set to `true` to also output `.css.map` file.
0 commit comments