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
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
-
For the next major version, I've set it up to only have 3 files in the
dist/
index.js
index.d.ts
styles.css
where
index.js
is a single, non-minified ESM file with all the JS code in it (consumers should runterser
over it, themselves).I've also added the following to the
package.json
file:I've heard from folx like @sunknudsen that setting
"type": "module"
will not work with their older build tools.Questions:
Beta Was this translation helpful? Give feedback.
All reactions