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
As of now, we only support the quick-usage scenario via ready-to-use CSS and JS bundles.
Expert Mode
Aside from that, we also want to support the "expert" scenario for those who want to have more control over what is bundled into their app. This means:
loading common Sass source files directly (everything except components),
loading JS components as modules that take their Sass styles with them.
As of now, we only support the quick-usage scenario via ready-to-use CSS and JS bundles.
Expert Mode
Aside from that, we also want to support the "expert" scenario for those who want to have more control over what is bundled into their app. This means:
👉 Add the "module" directive to our
package.json
to make the ESM way easier: https://antfu.me/posts/publish-esm-and-cjsCaveats
src/index.js
:The text was updated successfully, but these errors were encountered: