aspect-build / aspect-build/rules_webpack
[Bug]: report symlinks: false in webpack config
Open
bug
help wanted
- Dominant language
- Starlark
- Stars
- 33
- Forks
- 20
- PR merge metrics
- No merged PRs in 30d
Description
### What happened?
If symlinks are disabled in
```
{
"resolve": {
"symlinks" false
}
}
```
then `webpack_bundle` can't possibly resolve 3p dependencies. We could add a bazel 6 validation action that runs alongside the webpack_bundle so it's easier for users to discover the error.
### Version
HEAD
Contributor guide
Assessment
This issue has not been assessed yet.