Skip to content

@vanilla-extract/esbuild-plugin@0.1.0

Compare
Choose a tag to compare
@seek-oss-ci seek-oss-ci released this 12 Apr 07:36
· 579 commits to master since this release
5bf3b62

Minor Changes

  • #20 3311914 Thanks @mattcompiles! - Ensure generated hashes are scoped by package

    vanilla-extract uses file path to ensure unique identifier (e.g. class names, CSS Variables, keyframes, etc) hashes across your application. This information is added to your *.css.ts files at build time. The issue with this approach is it meant *.css.ts files couldn't be pre-compiled when being published to npm.

    This change adds support for pre-compilation of packages by adding package name information to identifier hashes.

  • #20 3311914 Thanks @mattcompiles! - Remove projectRoot option in favor of package.json resolution

Patch Changes