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
- Link & build the package
npm link
npm run build
- 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