OpenMined / Threepio

A multi-language library for translating commands between PyTorch, TensorFlow, and TensorFlow.js
Other
56 stars 15 forks source link

fix: index.esm.js is missing in npm package #90

Closed vvmnnnkv closed 4 years ago

vvmnnnkv commented 4 years ago

Description

js/dist/index.esm.js was missing from dist folder after installing threepio as dependency via npm. This was the reason syft.js's rollup build couldn't find and bundle threepio into syft.js.

Affected Dependencies

syft.js

How has this been tested?

Ran npm i && npm run build in syft.js

Checklist

sachin-101 commented 4 years ago

Fixes https://github.com/OpenMined/syft.js/issues/159