Closed KatSick closed 1 year ago
If you run new example from https://github.com/aspect-build/rules_webpack/pull/125 using ibazel, made some changes and re-run ibazel, .css and .js files will be missing on next ibazel invocation
1.
2.
Development (host) and target OS/architectures:
bazel 6.4.0 macOS 13.6 (22G120)
Using https://github.com/aspect-build/rules_webpack/pull/125:
cd e2e/loaders
ibazel run :devserver
open http://127.0.0.1:8080/html/
Hello webpack
h1
ibazel
See two pictures above. 1 — first ibazel run. 2 — second ibazel run (demonstrates the issue)
Workaround: bazel clean
bazel clean
No response
What happened?
If you run new example from https://github.com/aspect-build/rules_webpack/pull/125 using ibazel, made some changes and re-run ibazel, .css and .js files will be missing on next ibazel invocation
1.
2.
Version
Development (host) and target OS/architectures:
bazel 6.4.0 macOS 13.6 (22G120)
How to reproduce
Using https://github.com/aspect-build/rules_webpack/pull/125:
cd e2e/loaders
ibazel run :devserver
open http://127.0.0.1:8080/html/
(and open DevTools in browser)Hello webpack
h1
for example)ibazel
processibazel run :devserver
againSee two pictures above. 1 — first
ibazel
run. 2 — secondibazel
run (demonstrates the issue)Workaround:
bazel clean
Any other information?
No response