https://github.com/mischnic/parcel-issue-5311
https://github.com/mischnic/parcel-issue-5311
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/mischnic/parcel-issue-5311
- Owner: mischnic
- Created: 2021-01-03T11:56:44.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2021-01-03T12:01:34.000Z (about 5 years ago)
- Last Synced: 2025-01-26T07:12:21.530Z (12 months ago)
- Language: HTML
- Homepage:
- Size: 13.7 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## `@parcel/packager-html: Asset has no content`
`(rm -rf .parcel-cache && parcel2 build a/index.html || parcel2 build a/index.html) | cat`
Revert https://github.com/parcel-bundler/parcel/commit/0cd78e2be54ddb24d6048b88c179b3ad4dd272f8 because adding an invalidation on `options.hot` in the HTML transformer somehow fixes the problem.
## `@parcel/packager-js: Asset has no content`
0. `rm -rf .parcel-cache`
1. `parcel b/index.html`
2. Change `blue` to `red`, save
3. Change `red` back to `blue`, save: `@parcel/packager-js: Asset has no content`