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 have a local module which is located in node_modules, such ⤵️
cd lib-A
yarn add link:../lib-B
When another project uses it in its code in the final dist, then all files are included with the .js extension, all except those imported from node_modules
here is an example
here another one example
The only way that I have currently found for myself to fix the problem is to write in the source module with .js
then production build module will be with .js
here is an example
Can i fix that most better way?
The text was updated successfully, but these errors were encountered:
Hello guys, i have problem 🙏
I have a local module which is located in node_modules, such⤵️
cd lib-A
yarn add link:../lib-B
When another project uses it in its code in the final dist, then all files are included with the .js extension, all except those imported from node_modules
here is an example
here another one example
The only way that I have currently found for myself to fix the problem is to write in the source module with .js
then production build module will be with .js
here is an example
Can i fix that most better way?
The text was updated successfully, but these errors were encountered: