We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d653c5e commit 14a21ccCopy full SHA for 14a21cc
packages/gatsby-plugin-theme-ui/gatsby-node.js
@@ -1,6 +1,6 @@
1
const prismPresetDictionary = require(`./utils/preset-dictionary`)
2
3
-exports.onPreInit = (__, options) => {
+exports.onPreInit = ({ reporter }, options) => {
4
if (prismPreset in prismPresetDictionary) {
5
prismPreset = prismPresetDictionary[prismPreset]
6
}
0 commit comments