You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix a parcel build warning; Bump version to 0.2.5 (tensorflow#149)
The parcel issue is described at:
parcel-bundler/parcel#2363
parcel doesn't like `fs.readFileSync`. This PR uses `fs.readFile` to work around that.
BUG
0 commit comments