JSPM

je-rns-lw-resolver

0.0.1
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 1
  • Score
    100M100P100Q28561F
  • License ISC

RNS Light-weight resolver

Package Exports

  • je-rns-lw-resolver

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 (je-rns-lw-resolver) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

RNS Light Weight Resolver

Setup

npm i

Samples

  1. Link & build the package
npm link
npm run build
  1. Choose the sample you want to run

Node

cd sample/node
npm i
npm link @rsksmart/rns-lw-resolver
node index.js

React

cd sample/react-app
npm i
npm link @rsksmart/rns-lw-resolver
npm start