You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm sorry I don't keep the format, but this is just a question hopefully in the right place
I've just scrolled down to this comment vercel/next.js#9474 (comment)
and looks like it should do the job.
So, my question is, Can this replace the externalDir replace the next-transpile-modules plugin completely or do we still need it?
The text was updated successfully, but these errors were encountered:
I saw this new thing in a next.js commit, but I did not investigate more than that, so the answer is: idk.
It may replace common scenarios like transpiling a module for IE11 or dealing with monorepos, but I don't think it'll cover things like transpiling CSS or enabling HMR, but this is just me speculating.
I saw this new thing in a next.js commit, but I did not investigate more than that, so the answer is: idk.
It may replace common scenarios like transpiling a module for IE11 or dealing with monorepos, but I don't think it'll cover things like transpiling CSS or enabling HMR, but this is just me speculating.
It supports HMR. But I'll use this till 'externalDir' is no longer an experimental feature
I'm sorry I don't keep the format, but this is just a question hopefully in the right place
I've just scrolled down to this comment
vercel/next.js#9474 (comment)
and looks like it should do the job.
So, my question is, Can this replace the
externalDir
replace thenext-transpile-modules
plugin completely or do we still need it?The text was updated successfully, but these errors were encountered: