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
It is recommended to use parcelify as this allows a CSS dependency (as you no it from browserify).
Add your CSS files to the style field
(package.json)
"style" : "css/*.css"
or
"style" : "*.scss"
Important: the registry now only picks the style dependencies - it doesn't merge it with your css files in the sniper section. So be sure that you add all css files - the "style" attribute can also be an array.