feat(js): add @nrwl/js to the core plugin list

This commit is contained in:
Juri 2022-02-11 18:10:43 +01:00 committed by Juri Strumpflohner
parent 2a4e276c5d
commit 48117ac13f

View File

@ -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',