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 you can see there's a scss file above, so Parcel automagically installs the required package to deal with sass files, but it does not do the same for the vue ones meaning it may not be detecting them.
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
Uh oh!
There was an error while loading. Please reload this page.
-
Hi guys,
I am trying to get Parcel working with Inertia on a Laravel Project I have.
It's kinda not detecting the .vue files I have, so when I go to the browser, I see it requesting the .vue files in the browser.
I have an app.ts file as the entrypoint of my application as you can see below:
As you can see there's a scss file above, so Parcel automagically installs the required package to deal with sass files, but it does not do the same for the vue ones meaning it may not be detecting them.
May you guys help me?
Thanks
Beta Was this translation helpful? Give feedback.
All reactions