Package Exports
- bugeez-bug-tracker
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (bugeez-bug-tracker) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
Bugeez bug tracker
We will also need to publish a bugeez bug tracker solution for npm
npm install bugeez-bug-tracker
this will contain a function that when we call it it will activate the bug tracker
import bzBugTracker from 'bugeez-bug-tracker';
bzBugTracker('app')
We will only publish to npm when we are pushing to prod.
The version of the package will be determined by the version in jenkins and the build number will be the patch of the version.
Our package needs to be written in typescript with a declaration file