feat(js): add @nrwl/js to the core plugin list
This commit is contained in:
parent
2a4e276c5d
commit
48117ac13f
@ -44,6 +44,10 @@ export function fetchCorePlugins() {
|
|||||||
name: '@nrwl/react',
|
name: '@nrwl/react',
|
||||||
capabilities: 'executors,generators',
|
capabilities: 'executors,generators',
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
name: '@nrwl/js',
|
||||||
|
capabilities: 'executors,generators',
|
||||||
|
},
|
||||||
{
|
{
|
||||||
name: '@nrwl/storybook',
|
name: '@nrwl/storybook',
|
||||||
capabilities: 'executors,generators',
|
capabilities: 'executors,generators',
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user