Skip to content

Latest commit

 

History

History
272 lines (154 loc) · 12.2 KB

File metadata and controls

272 lines (154 loc) · 12.2 KB

@vanilla-extract/rollup-plugin

1.5.1

Patch Changes

1.5.0

Minor Changes

  • #1654 fbc2c31 Thanks @askoufis! - Add optional unstable_injectFilescopes flag

    The unstable_injectFilescopes flag injects filescopes into Vanilla Extract modules instead of generating CSS. This is useful for utility or component libraries that prefer their consumers to process Vanilla Extract files instead of bundling CSS.

    Note that this flag only works with preserveModules: true.

Patch Changes

1.4.3

Patch Changes

1.4.2

Patch Changes

1.4.1

Patch Changes

  • #1627 2fcf8e8 Thanks @stipsan! - Include content in CSS sourcemap when bundling with the extract option

1.4.0

Minor Changes

  • #1604 4a020ba Thanks @drwpow! - Add "extract" option which bundles CSS into one bundle. Removes .css imports.

    EXAMPLE USAGE:

    vanillaExtractPlugin({
      extract: {
        name: 'bundle.css',
        sourcemap: false
      }
    });

1.3.17

Patch Changes

  • #1610 2b0be1b Thanks @askoufis! - Revert "Improve ESM package entrypoints (#1597)" to fix Named export not found error when importing ESM entrypoints

  • Updated dependencies []:

1.3.16

Patch Changes

1.3.15

Patch Changes

1.3.14

Patch Changes

1.3.13

Patch Changes

1.3.12

Patch Changes

1.3.11

Patch Changes

1.3.10

Patch Changes

1.3.9

Patch Changes

1.3.8

Patch Changes

1.3.7

Patch Changes

1.3.6

Patch Changes

1.3.5

Patch Changes

1.3.4

Patch Changes

1.3.3

Patch Changes

1.3.2

Patch Changes

1.3.1

Patch Changes

1.3.0

Minor Changes

1.2.2

Patch Changes

1.2.1

Patch Changes

1.2.0

Minor Changes

  • #827 9cfb9a1 Thanks @mattcompiles! - Add automatic debug IDs

    Automatic debug IDs allow your styles and other identifiers (e.g. CSS Vars, keyframes, etc) to have names that more closely reflect your source code when in development. This makes it easier to understand how the CSS output links to your source code.

    // styles.css.ts
    
    // redBox ~= 'styles_redBox_asdfgj'
    const redBox = style({
      background: 'red'
    });

Patch Changes

1.1.0

Minor Changes

Patch Changes

1.0.4

Patch Changes

1.0.3

Patch Changes

1.0.2

Patch Changes

1.0.1

Patch Changes