github vanilla-extract-css/vanilla-extract @vanilla-extract/rollup-plugin@1.4.0

latest releases: @vanilla-extract/rollup-plugin@1.4.1, @vanilla-extract/compiler@0.3.1, @vanilla-extract/vite-plugin@5.1.1...
one month ago

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
      }
    });

Don't miss a new vanilla-extract release

NewReleases is sending notifications on new releases.