rules_webpack icon indicating copy to clipboard operation
rules_webpack copied to clipboard

[Bug]: report symlinks: false in webpack config

Open alexeagle opened this issue 1 year ago • 0 comments

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

alexeagle avatar Nov 30 '22 17:11 alexeagle