gatsby-cli
Version:
Gatsby command-line interface for creating new sites and running Gatsby commands
13 lines (12 loc) • 648 B
TypeScript
/**
* Insert plugins selected in create-gatsby questionnaire into `gatsby-config` files.
*
* Scope is limited to the `gatsby-config` files in `gatsby-starter-minimal` and
* `gatsby-starter-minimal-ts`. Does not support general usage with other `gatsby-config` files.
* Changes to the config object in those files may require a change to this transformer.
*
* @see {@link https://github.com/gatsbyjs/gatsby/blob/master/starters/gatsby-starter-minimal/gatsby-config.js}
* @see {@link https://github.com/gatsbyjs/gatsby/blob/master/starters/gatsby-starter-minimal-ts/gatsby-config.ts}
*/
declare const _default: any;
export default _default;