Judith Hartmann
Judith Hartmann
I am getting these errors when running typecheck in a project using this plugin. ``` node_modules/gatsby-plugin-intl/index.d.ts:10:37 - error TS2314: Generic type 'Provider' requires type argument(s). export const IntlContextProvider: React.Provider; node_modules/gatsby-plugin-intl/index.d.ts:11:37...
ignoreCase was treated as true, no matter what was set in the config. This PR sets ignoreCase only to true, if it was undefined in the config
Currently setting `getPublicPath` in the plugin config seems to have no effect (I could not find the function i passed there anywhere in my build output). Expected behaviour described here:...