github vanilla-extract-css/vanilla-extract @vanilla-extract/compiler@0.2.0

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

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

Don't miss a new vanilla-extract release

NewReleases is sending notifications on new releases.