mp3 file missing in bundle
See original GitHub issueDescribe the bug
- Take the repo link and clone the repo
- Run
npm run build
- Here it is. No
mp3
file indist/
folder
Reproduction
https://github.com/krau5/pomodoro
System Info
System:
OS: macOS 12.5.1
CPU: (8) arm64 Apple M1
Memory: 91.59 MB / 8.00 GB
Shell: 5.8.1 - /bin/zsh
Binaries:
Node: 16.10.0 - ~/.nvm/versions/node/v16.10.0/bin/node
npm: 8.1.0 - ~/.nvm/versions/node/v16.10.0/bin/npm
Browsers:
Chrome: 104.0.5112.101
Safari: 15.6.1
npmPackages:
vite: ^3.0.9 => 3.0.9
Used Package Manager
npm
Logs
No response
Validations
- Follow our Code of Conduct
- Read the Contributing Guidelines.
- Read the docs.
- Check that there isn’t already an issue that reports the same bug to avoid creating a duplicate.
- Make sure this is a Vite issue and not a framework-specific issue. For example, if it’s a Vue SFC related bug, it should likely be reported to vuejs/core instead.
- Check that this is a concrete bug. For Q&A open a GitHub Discussion or join our Discord Chat Server.
- The provided reproduction is a minimal reproducible example of the bug.
Issue Analytics
- State:
- Created a year ago
- Comments:7 (3 by maintainers)
Top Results From Across the Web
disappearing mp3's - entire pathway seems to be missing
There are several reasons why some of the music files are missing. This can be due to a corrupted system file or a...
Read more >How to correctly load local assets like audio files #1911 - GitHub
I am building a kind of web radio using mp3 files. ... #1911 (comment) is very hard to parse statically to determine which...
Read more >How to fix 'module not found' for audio files using file-loader ...
I've been attempting to import audio files in the same way I import image and json files, but so far to no avail....
Read more >How to load mp3 on Library Folder… | Apple Developer Forums
Now I'm trying to load mp3 on Library Folder and play it. (Originally, the mp3 file was on bundle.main.path and was stored on...
Read more >How to Load MP3 Files to your Automotive Device
An MP3 folder is not necessary, but helps keep all your MP3 files in one place. This makes it easier to locate the...
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 Free
Top 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
Okay, I made it work… somehow… https://github.com/krau5/pomodoro/pull/9
Thanks 😁