Skip to content

Instantly share code, notes, and snippets.

@jpoehnelt
Last active December 20, 2019 19:49
Show Gist options
  • Save jpoehnelt/88208b6af3def56ad89b942accda6e95 to your computer and use it in GitHub Desktop.
Save jpoehnelt/88208b6af3def56ad89b942accda6e95 to your computer and use it in GitHub Desktop.
babel(
name = "transpiled",
args = ["$(location :app)", "--out-file", "$@/transpiled.js"],
data = [":app", "@npm//@babel/preset-env", "//:babel.config.json"],
outs = ["transpiled.js"],
)
rollup_bundle(
name = "app",
srcs = [":index.js"],
entry_point = "index.js",
config_file = "//:rollup.config.js",
format = "iife",
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment