cherryland

Results 4 comments of cherryland

> be me > stumble over AppImage file > Google what this is and how to use it > ok apparently you have to download *.AppImage files from random websites...

@LStAmour Use the [Rollup toolchain](https://bazelbuild.github.io/rules_nodejs/rollup/rollup_bundle.html) to include external dependencies. ```sh src/module.ts ``` ```sh # The following is required to run tsickle nodejs_binary( name = "tsc_wrapped", data = [ "@npm//@bazel/typescript", "@npm//protobufjs",...

The default output of a rollup_bundle rule is the non-debug-minified es5 bundle. However you can request one of the other outputs with a dot-suffix on the target's name. In the...

@LouisStAmour I can invite you to a private repository that provides the necessary bazel build rules to package Chrome Extensions crx, if you are interested.