A collection of utilities for creating custom visuals.
Implementers should mark powerbi as an externally loaded resource so that the PowerBI client codebase is not bundled into custom visuals.
externals: {
"powerbi-visuals/lib/powerbi-visuals": "powerbi"
}
To use the bundling tasks, add the following to your gulpfile.js
// gulpfile.js
const gulp = require('gulp');
const configure = require("essex.powerbi.base/dist/build_scripts").default;
configure(gulp, __dirname);
Generated using TypeDoc