HelloWorld sample source maps support
Open
bug
help wanted
- Dominant language
- Java
- Stars
- 1.4k
- Forks
- 161
- PR merge metrics
- No merged PRs in 30d
Description
Does the current version of j2cl support sourcemaps?
Chrome's DevTool doesn't show HelloWorld.java in sources list. Also I see next log output in terminal when launching dev server through ibazel:
```
INFO: 750µs /0:0:0:0:0:0:0:1:38796 404 GET /HelloWorld.js.map
```
It seems like reference to the sources presents in js, but the web server cannot find requested resource.
Contributor guide
Assessment
This issue has not been assessed yet.