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

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 0.9.0
    25
    • latest
  • 0.4.4
    0
    • old-version0.4.4
  • 0.4.3
    0
    • old-version0.4.3
  • 0.4.2
    0
    • old-version_011

Version History

Package Sidebar

Install

npm i @essex/pbi-base

Weekly Downloads

35

Version

0.9.0

License

MIT

Last publish

Collaborators

  • stopyoukid
  • darthtrevino