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

[Bug]: webpack_bundle with supports_worker=True + run_js_devserver + ibazel = missing bundle files #126

Closed
KatSick opened this issue Oct 20, 2023 · 0 comments · Fixed by #127
Assignees
Labels
bug Something isn't working

Comments

@KatSick
Copy link
Contributor

KatSick commented Oct 20, 2023

What happened?

If you run new example from #125 using ibazel, made some changes and re-run ibazel, .css and .js files will be missing on next ibazel invocation

image

image

Version

Development (host) and target OS/architectures:

bazel 6.4.0
macOS 13.6 (22G120)

How to reproduce

Using #125:

  • cd e2e/loaders
  • ibazel run :devserver
  • open http://127.0.0.1:8080/html/ (and open DevTools in browser)
  • ensure you see green backround and text Hello webpack
  • modify src/index.html (change h1 for example)
  • ensure updated index is shows after page refresh
  • stop ibazel process
  • run ibazel run :devserver again
  • see missing .css and .js files in DevTools

See two pictures above. 1 — first ibazel run. 2 — second ibazel run (demonstrates the issue)

Workaround:
bazel clean

Any other information?

No response

@KatSick KatSick added the bug Something isn't working label Oct 20, 2023
@github-actions github-actions bot added the untriaged Requires traige label Oct 20, 2023
jbedard added a commit that referenced this issue Nov 2, 2023
jbedard added a commit that referenced this issue Nov 2, 2023
jbedard added a commit that referenced this issue Nov 2, 2023
jbedard added a commit that referenced this issue Nov 3, 2023
@github-project-automation github-project-automation bot moved this to ✅ Done in Open Source Nov 3, 2023
jbedard added a commit that referenced this issue Nov 6, 2023
@jbedard jbedard self-assigned this Nov 20, 2023
@jbedard jbedard removed the untriaged Requires traige label Nov 20, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
Archived in project
Development

Successfully merging a pull request may close this issue.

2 participants