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
Hello,
I upgraded to the latest 9.0.0
I use a create-react-app environment
When I build the application, the .mjs generated file imports the *.js based on the local files system
import A from"C:/dev/projects/node_modules/@babel/runtime/helpers/esm/get.js";
import e from"C:/dev/projects/node_modules/@babel/runtime/helpers/esm/getPrototypeOf.js";
The consequence is that the library is not working when you deploy the only build on a server
Do you have any tip?
Thank you
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hello,
I upgraded to the latest 9.0.0
I use a create-react-app environment
When I build the application, the .mjs generated file imports the *.js based on the local files system
The consequence is that the library is not working when you deploy the only build on a server
Do you have any tip?
Thank you
Beta Was this translation helpful? Give feedback.
All reactions