-
Notifications
You must be signed in to change notification settings - Fork 2.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
docs(nx-dev): article on task inference #29330
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
Your CI Pipeline Execution ↗ for commit 83e2a7f ⏳ is in progress.
Last updated at 2024-12-13 14:47:08UTC Sent with 💌 from NxCloud. |
2ffc4ab
to
83e2a7f
Compare
83e2a7f
to
ea8043b
Compare
Your CI Pipeline Execution ↗ for commit 27474b7 is in progress ⏳
☁️ Nx Cloud last updated this comment at |
ea8043b
to
b88d169
Compare
b88d169
to
f63d341
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Wording changes and added a note about having a tsconfig that includes your plugin file
To see whether you plugin loaded properly you can go to `.nx/workspace-data/d/daemon.log` and search for your plugin name. Behind the scenes the [Nx Daemon](/concepts/nx-daemon) re-calculates the project graph and loads all plugins, including ours. | ||
|
||
{% callout type="info" title="TypeScript configuration" %} | ||
Make sure you have some `tsconfig.json` file in the monorepo root. Nx loads the plugin dynamically (without you having to precompile it) which requires some TypeScript context to be present. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Make sure you have some `tsconfig.json` file in the monorepo root. Nx loads the plugin dynamically (without you having to precompile it) which requires some TypeScript context to be present. | |
Make sure you have some `tsconfig.json` file in the monorepo root and a TS config file that includes the `tools/storybook.ts` file. Nx loads the plugin dynamically (without you having to precompile it) which requires some TypeScript context to be present. |
533f72e
to
27474b7
Compare
Current Behavior
Expected Behavior
Related Issue(s)
Fixes #