Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Parcel 2: Cache bug #3409

Closed
Drapegnik opened this issue Aug 15, 2019 · 4 comments
Closed

Parcel 2: Cache bug #3409

Drapegnik opened this issue Aug 15, 2019 · 4 comments

Comments

@Drapegnik
Copy link
Contributor

🐛 bug report

Parcel 2 returns the cached version, even after cli command re-run:

Image from Gyazo

Screen Shot 2019-08-15 at 18 00 28

💻 Code Sample

https:/Drapegnik/parcel2-cache-bug

🌍 Your Environment

Software Version(s)
Parcel 2.0.0-alpha.1.1
Node v10.14.1
Yarn 1.17.3
Operating System macOS
@DeMoorJasper
Copy link
Member

DeMoorJasper commented Aug 15, 2019

Might be fixed by #3405 ?

@mischnic
Copy link
Member

mischnic commented Aug 15, 2019

Likely a duplicate of #3393 (where the JS bundle is updated after changes but the JS filename in the <script> tag isn't updated).

If you only run parcel build index.js and compare the bundled outputs, do they change on edit?

@Drapegnik
Copy link
Contributor Author

@mischnic, yep, js bundle changes, filename - no:

Screen Shot 2019-08-15 at 22 59 27

@DeMoorJasper
Copy link
Member

DeMoorJasper commented Aug 16, 2019

Gonna close this as it's a duplicate of #3393

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants