Package static resource problem
See original GitHub issueDescribe the bug
After upgrading the rc.9 version, the static resource package in the template is not output
Preview after executing yarn build, the picture is 404. And there is no such picture in the generated file
<template>
<img src="/@/assets/images/logo.png" />
</template>
System Info
- required
vite
version: rc.9 - required Operating System: mac
- required Node version: 12
Issue Analytics
- State:
- Created 3 years ago
- Comments:12 (7 by maintainers)
Top Results From Across the Web
problem with static resource in manage package
Hi all; I have a beta managed package and have installed it in a new dev org but there is a problem; some...
Read more >Static resource in managed package
If I am using $Resource global variable it is not giving me the expected output and my functionality is properly working without any...
Read more >Static Resources Consumed by Each ServiceMax Version
The below table outlines the static resources consumed by each of the last 5 versions of ServiceMax. ServiceMax Version, Total Static Resources ......
Read more >Managed Packages Rewrite CSS in Static Resources
The primary purpose of our Managed Package is to provide an SPA (Single Page Application) that's served up using Visualforce, with a static...
Read more >Salesforce Static Resource Limit 250MB - Stack Overflow
Static resources in managed packages do count against the 250 MB per Org limit. Attempting to install a managed package that would cause...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@replygirl Probably fixed by #1074 if you wanta try that
Sorry for the late update! I tried that #1074 and
@latest
about two weeks ago and didn’t have any luck