nx21 with nextjs #32020
rodentskie
started this conversation in
General
nx21 with nextjs
#32020
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Description
I've been using
nx
as my go to tool for monorepo.Last major version I've used is
v19
.Now. I will start a new project and tried the latest version
v21
.I don't see
integrated-monorepo or standalone
question on the prompt when running the commandYet, I did complete all the prompt and run the app
nx dev demo
. Works fine as expected.My concern is that:
When I create a
next:library
for a reusable component. I can't import the library.Nor
paths
is updated ontsconfig.base.json
.Did I miss some configuration?
Beta Was this translation helpful? Give feedback.
All reactions