Skip to content

Releases: Js-Brecht/gatsby-plugin-pnpm

v1.2.9: Gatsby v4 support

16 Nov 23:46
Compare
Choose a tag to compare
  • Changes Gatsby's peerDependency to support v4

Framework cache group fix

05 Aug 03:40
Compare
Choose a tag to compare
  • Adds a webpack config fix for the framework cache group

Version 1.2.6

11 Apr 08:51
Compare
Choose a tag to compare

Lists compatibility with Gatsby v3

Version 1.2.5

02 May 09:01
e92195a
Compare
Choose a tag to compare
  • Filter resolve/resolveLoader modules by-unique

Version 1.2.0

13 Feb 07:00
Compare
Choose a tag to compare
  • Added the following plugin options:
Name Description
projectPath Defaults to process.cwd()
  • Change the default project root path for module resolution
strict Defaults to true
true Follows pnpm philosophy of limiting the scope of your modules to your current project (or projectPath, in this regard)
false Uses Node's module resolution via require.resolve().

Version 1.1.1

05 Feb 16:22
Compare
Choose a tag to compare
  • Fixed include option property name

Version 1.0.0

05 Feb 07:01
Compare
Choose a tag to compare

First release