@essex/pbi-base
v0.9.0
Published
Essex PowerBI visual base
Downloads
266
Readme
Essex PBI Base
A collection of utilities for creating custom visuals.
Notes
Bundling
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"
}
Build Support
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);