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
We probably want to use module.exports here instead of export default so we don't have to explicitly tell node to use modules.
In tailwind CSS installation guide they also use module.exports.
The text was updated successfully, but these errors were encountered:
https://statamic.dev/extending/vite-in-addons
EXTRA:
We probably want to use
module.exports
here instead ofexport default
so we don't have to explicitly tell node to use modules.In tailwind CSS installation guide they also use
module.exports
.The text was updated successfully, but these errors were encountered: