run_esbuild | R Documentation |
Apply esbuild to the srcjs folder.
run_esbuild(mode, outputDir, entry_points)
mode |
Production or development mode. Choose either "prod" or "dev". "prod" bundles, aggregates and minifyies files. "dev" only bundles the code. Modules follow the ES6 format (import/export). |
outputDir |
Output directory |
entry_points |
Entry points to be used |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.