UNPKG
@nx/gatsby
Version:
latest (16.1.1)
next (16.0.0-beta.4)
16.1.1
16.0.0
16.0.0-beta.4
16.0.0-beta.3
16.0.0-beta.2
16.0.0-beta.1
Gatsby Plugin for Nx
nx.dev
nrwl/nx-labs
@nx/gatsby
/
src
/
migrations
/
update-12-6-1
/
replace-node-sass-with-sass-12-6-1.d.ts
6 lines
(5 loc)
•
222 B
TypeScript
View Raw
1
2
3
4
5
6
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
>;