github vanilla-extract-css/vanilla-extract @vanilla-extract/webpack-plugin@2.1.2

latest releases: @vanilla-extract/integration@7.1.4, @vanilla-extract/vite-plugin@4.0.9, @vanilla-extract/webpack-plugin@2.3.8...
2 years ago

Patch Changes

  • #492 f2d2d9e Thanks @benjervis! - Fix requiring of webpack loader

    Previously, the webpack plugin would reference itself as a loader by requiring @vanilla-extract/webpack-plugin/loader, but this was technically incorrect, and only worked because of the flat node_modules structure that yarn provides.

    When using a package manager like pnpm, which does not have a flat structure, this breaks.

    This change uses relative references internally to ensure that the loader can always be required.

Don't miss a new vanilla-extract release

NewReleases is sending notifications on new releases.