Vanilla Extract Versions Save

Zero-runtime Stylesheets-in-TypeScript

@vanilla-extract/[email protected]

2 weeks ago

Patch Changes

  • #1333 6ac9f66 Thanks @askoufis! - Use a more accurate regex for detecting webpack template strings in paths

    We now use a modified version of the regex from the webpack source code to detect template strings in paths. As long as the path isn't already escaped, we should detect it.

@vanilla-extract/[email protected]

2 weeks ago

Patch Changes

@vanilla-extract/[email protected]

2 weeks ago

Patch Changes

  • #1333 6ac9f66 Thanks @askoufis! - Use a more accurate regex for detecting webpack template strings in paths

    We now use a modified version of the regex from the webpack source code to detect template strings in paths. As long as the path isn't already escaped, we should detect it.

  • Updated dependencies [6ac9f66]:

@vanilla-extract/[email protected]

3 weeks ago

Patch Changes

  • #1353 94d5f06 Thanks @himself65! - Move vite-node compiler creation to a more appropriate plugin hook to ensure correct cleanup of resources

@vanilla-extract/[email protected]

3 weeks ago

Patch Changes

@vanilla-extract/[email protected]

1 month ago

Patch Changes

@vanilla-extract/[email protected]

1 month ago

Patch Changes

@vanilla-extract/[email protected]

1 month ago

Patch Changes

  • #1314 e8a6850 Thanks @mrm007! - Resolve and pass a new copy of the Vite config to the vite-node compiler

    Previously, we were passing the same Vite config object to the vite-node compiler. This was causing compatibility issues with other plugins, such as Vitest and Remix.

  • Updated dependencies [e8a6850]:

@vanilla-extract/[email protected]

1 month ago

Minor Changes

  • #1314 e8a6850 Thanks @mrm007! - A Vite config object can be passed to the vite-node compiler via the viteConfig option

    viteResolve and vitePlugins options are deprecated and will be removed in a future version.

@vanilla-extract/[email protected]

1 month ago

Patch Changes