Package Exports
- @knapsack-pro/core
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 (@knapsack-pro/core) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
@knapsack-pro/core
@knapsack-pro/core is JS npm package with core features for Knapsack Pro API.
Development
Install dependencies.
$ npm installCompile typescript code with
gulp. The output will be inbindirectory.$ npm startRegister
@knapsack-pro/corepackage globally in your local system. This way we will be able to develop other npm packages dependent on it.$ npm link