UNPKG

@nx/gatsby

Version:

Gatsby Plugin for Nx

6 lines (5 loc) 222 B
import { Tree } from '@nx/devkit'; /** * For gatsby app with style scss option, replace node-sass with sass in package.json */ export default function update(tree: Tree): Promise<import("@nx/devkit").GeneratorCallback>;