You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I use the webpack_rule with the sass-loader plugin, I get the following error:
Error: Module build failed (from ./node_modules/.aspect_rules_js/sass-loader@14.2.1_-1555667799/node_modules/sass-loader/dist/cjs.js):
Error: ENOENT: no such file or directory, scandir '/home/hawk/.cache/bazel/_bazel_hawk/95f259d6e4737beb07c4caece75fc2f5/sandbox/processwrapper-sandbox/6394/execroot/_main/bazel-out/k8-fastbuild/bin/node_modules/.aspect_rules_js/node-sass@9.0.0/node_modules/node-sass/vendor'
The webpack target is configure like this in my BUILD.bazel:
What happened?
Hello guys !
When I use the webpack_rule with the sass-loader plugin, I get the following error:
The webpack target is configure like this in my BUILD.bazel:
Where the target transpile is a target to compile my typescript.
Did I do something wrong ?
Version
Development (host) and target OS/architectures:
Output of
bazel --version
: bazel 7.1.2Version of the Aspect rules, or other relevant rules from your
WORKSPACE
orMODULE.bazel
file:Language(s) and/or frameworks involved:
How to reproduce
No response
Any other information?
No response
The text was updated successfully, but these errors were encountered: