6 words
1 minutes
To pass options to the gatsby-config.js
JavaScript iconGrab Itmodule.exports = (options) => { const { lots, and, lots, and, lots, of, options } = options; return { plugins: [...myplugins] };
module.exports = (options) => { const { lots, and, lots, and, lots, of, options } = options; return { plugins: [...myplugins] };