Skip to content

Releases: vanilla-extract-css/vanilla-extract

@vanilla-extract/[email protected]

07 Jun 14:04
adfe54f
Compare
Choose a tag to compare

Patch Changes

@vanilla-extract/[email protected]

07 Jun 14:04
adfe54f
Compare
Choose a tag to compare

Patch Changes

@vanilla-extract/[email protected]

07 Jun 14:03
adfe54f
Compare
Choose a tag to compare

Patch Changes

@vanilla-extract/[email protected]

26 May 01:53
2ac5a6b
Compare
Choose a tag to compare

Patch Changes

@vanilla-extract/[email protected]

26 May 01:53
2ac5a6b
Compare
Choose a tag to compare

Minor Changes

  • #1592 35d6b3f Thanks @askoufis! - createCompiler: Add enableFileWatcher option

    By default, the compiler sets up its own file watcher.
    This option allows you to disable it if necessary, such as during a production build.

    EXAMPLE USAGE:

    const compiler = createCompiler({
      root: process.cwd(),
      enableFileWatcher: false
    });

@vanilla-extract/[email protected]

13 May 06:50
383bf1e
Compare
Choose a tag to compare

Patch Changes

@vanilla-extract/[email protected]

13 May 06:50
383bf1e
Compare
Choose a tag to compare

Patch Changes

  • #1583 6488e28 Thanks @askoufis! - Ignore Vite base config

    Fixes a bug where imported asset URLs would be transformed by the compiler when setting the base option in Vite, resulting in incorrect resolution and bundling of these assets during the build process.

  • Updated dependencies [6488e28]:

@vanilla-extract/[email protected]

13 May 06:49
383bf1e
Compare
Choose a tag to compare

Patch Changes

@vanilla-extract/[email protected]

13 May 06:50
383bf1e
Compare
Choose a tag to compare

Patch Changes

@vanilla-extract/[email protected]

13 May 06:50
383bf1e
Compare
Choose a tag to compare

Patch Changes