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
Per extensions docs I can define _favicon/* in web_accessible_resources to make favicons accessible on the webpages.
Currently Parcel removes _favicon/* from web_accessible_resources and favicons can't be displayed.
🐛 bug report
Per extensions docs I can define
_favicon/*
inweb_accessible_resources
to make favicons accessible on the webpages.Currently Parcel removes
_favicon/*
fromweb_accessible_resources
and favicons can't be displayed.🎛 Configuration (.babelrc, package.json, cli command)
manifest.json:
command:
🤔 Expected Behavior
The output manifest contains
_favicon/*
entry:😯 Current Behavior
The output manifest has
resources
as empty array:💁 Possible Solution
Provide custom transformer for
manifest.json
and manually add_favicon/*
to web_accessible_resources.🔦 Context
💻 Code Sample
🌍 Your Environment
The text was updated successfully, but these errors were encountered: