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
But this creates the following files inside ./dist
So I have to either rename the ossos.js manually into ossos.cjs.js or replace every mention of ossos.cjs.js into ossos.js inside package.json. After this step, I can successfully include them in my node project.
Below is the patch. Let me know if I do anything wrong, thank you. 801a3c.patch
The text was updated successfully, but these errors were encountered:
The build commands I use are:
But this creates the following files inside
./dist
So I have to either rename the
ossos.js
manually intoossos.cjs.js
or replace every mention ofossos.cjs.js
intoossos.js
insidepackage.json
. After this step, I can successfully include them in my node project.Below is the patch. Let me know if I do anything wrong, thank you.
801a3c.patch
The text was updated successfully, but these errors were encountered: