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-16-0-0-add-nx-packages
/
update-16-0-0-add-nx-packages.d.ts
3 lines
(2 loc)
•
102 B
TypeScript
View Raw
1
2
3
import
{
Tree
}
from
'@nx/devkit'
;
export
default
function
replacePackage
(
tree: Tree
):
Promise
<
void
>;