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
When I start parcel for the first time using npm run start everything works, css classes are rewritten, the all.css file is being built.
The problem is that all.css doesn't rebuild when there are changes to style.css, but I've observed that all.css is rebuilt if a react file (like init.js or SideMenu.jsx) is modified.
I've also tried to link the style.css file insinde index.html's head, it triggers the Parcel rebuild but all.css is not being rebuilt
PS. all css files are found inside /resources/css
The text was updated successfully, but these errors were encountered:
Repo for reproduction
When I start parcel for the first time using
npm run start
everything works, css classes are rewritten, theall.css
file is being built.The problem is that
all.css
doesn't rebuild when there are changes tostyle.css
, but I've observed thatall.css
is rebuilt if areact
file (likeinit.js
orSideMenu.jsx
) is modified.I've also tried to link the
style.css
file insindeindex.html
's head, it triggers the Parcel rebuild butall.css
is not being rebuiltPS. all css files are found inside
/resources/css
The text was updated successfully, but these errors were encountered: