Skip to content

Commit 13f60be

Browse files
Version Packages
1 parent 4a020ba commit 13f60be

File tree

3 files changed

+18
-15
lines changed

3 files changed

+18
-15
lines changed

.changeset/twelve-suns-hope.md

Lines changed: 0 additions & 14 deletions
This file was deleted.

packages/rollup-plugin/CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,22 @@
11
# @vanilla-extract/rollup-plugin
22

3+
## 1.4.0
4+
5+
### Minor Changes
6+
7+
- [#1604](https://github.com/vanilla-extract-css/vanilla-extract/pull/1604) [`4a020ba`](https://github.com/vanilla-extract-css/vanilla-extract/commit/4a020ba48941e438fc6bdcfb472da50316db993d) Thanks [@drwpow](https://github.com/drwpow)! - Add "extract" option which bundles CSS into one bundle. Removes .css imports.
8+
9+
**EXAMPLE USAGE**:
10+
11+
```ts
12+
vanillaExtractPlugin({
13+
extract: {
14+
name: 'bundle.css',
15+
sourcemap: false
16+
}
17+
});
18+
```
19+
320
## 1.3.17
421

522
### Patch Changes

packages/rollup-plugin/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vanilla-extract/rollup-plugin",
3-
"version": "1.3.17",
3+
"version": "1.4.0",
44
"description": "Zero-runtime Stylesheets-in-TypeScript",
55
"main": "dist/vanilla-extract-rollup-plugin.cjs.js",
66
"module": "dist/vanilla-extract-rollup-plugin.esm.js",

0 commit comments

Comments
 (0)