yesod-mirror/tools/vscode/BUILD.bazel

13 lines
301 B
Text
Raw Permalink Normal View History

load("@aspect_rules_js//js:defs.bzl", "js_binary")
package(default_visibility = ["//visibility:public"])
# Wrapper to invoke vsce via node resolution with polyfills
js_binary(
name = "vsce_tool",
entry_point = "vsce_wrapper.js",
data = [
"//:node_modules/@vscode/vsce",
],
)