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
this is my package.json "web_accessible_resources": [ { "resources": [ "icon*", "assets/$PLASMO_PUBLIC_APP/*" ], "matches": [ "<all_urls>" ] } ]
there is a env variable called PLASMO_PUBLIC_APP.
the manifest.json is correct like this: "web_accessible_resources":[{"resources":["icon*","assets/xiangji/*"],"matches":["<all_urls>"]}]
but the assets directory is missing in the build dist
What happened?
this is my package.json
"web_accessible_resources": [ { "resources": [ "icon*", "assets/$PLASMO_PUBLIC_APP/*" ], "matches": [ "<all_urls>" ] } ]
there is a env variable called PLASMO_PUBLIC_APP.
the manifest.json is correct like this:
"web_accessible_resources":[{"resources":["icon*","assets/xiangji/*"],"matches":["<all_urls>"]}]
but the assets directory is missing in the build dist
fyi, if I'm not using variable, the assets works
Version
Latest
What OS are you seeing the problem on?
Windows
What browsers are you seeing the problem on?
No response
Relevant log output
(OPTIONAL) Contribution
Code of Conduct
The text was updated successfully, but these errors were encountered: