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
I'm a fan of encapsulation and tend towards writing new CSS and Javascript as modular and component based.
For example, the script.js file should be a collection of import statements of any modular files in the /resources/scripts/ folder. If I review the scripts file, I'd see something like this:
I'm a fan of encapsulation and tend towards writing new CSS and Javascript as modular and component based.
For example, the
script.js
file should be a collection ofimport
statements of any modular files in the/resources/scripts/
folder. If I review the scripts file, I'd see something like this:Right now, the way that Vite builds the project, this doesn't work right.
The text was updated successfully, but these errors were encountered: