@essex/pbi-base
TypeScript icon, indicating that this package has built-in type declarations

0.9.0 • Public • Published

CircleCI

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);

Readme

Keywords

Package Sidebar

Install

npm i @essex/pbi-base

Weekly Downloads

3

Version

0.9.0

License

MIT

Last publish

Collaborators

  • stopyoukid
  • darthtrevino