Closed cemalgnlts closed 1 year ago
Hi,
I am trying to add the component using Vite and React.
If I import this way:
import
import LunConsole from "luna-console";
The error I received:
Uncaught ReferenceError: module is not defined at luna-console.js?v=a7812482:6372:14
Fixed.
Hi,
I am trying to add the component using Vite and React.
If I
import
this way:The error I received: