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
the SDK not including source maps - anyone who needs them will get this error:
`Warning installing todo-frontend
WARNING in ../../featurehub-javascript-client-sdk/node_modules/cross-sha256/index.js
Module Warning (from ./node_modules/source-map-loader/dist/cjs.js):
Failed to parse source map from '/Users/irina/featurehub-javascript-sdk/featurehub-javascript-client-sdk/node_modules/cross-sha256/index.js.map' file: Error: ENOENT: no such file or directory, open '/Users/irina/featurehub-javascript-sdk/featurehub-javascript-client-sdk/node_modules/cross-sha256/index.js.map'`
The text was updated successfully, but these errors were encountered:
Not without forking the author's repository and sending them a PR and hoping it is included. The package.json is missing the index.js.map file from the files section. If you send them this PR and they release a patch we are happy to included it and bump specially for it?
the SDK not including source maps - anyone who needs them will get this error:
`Warning installing todo-frontend
WARNING in ../../featurehub-javascript-client-sdk/node_modules/cross-sha256/index.js
Module Warning (from ./node_modules/source-map-loader/dist/cjs.js):
Failed to parse source map from '/Users/irina/featurehub-javascript-sdk/featurehub-javascript-client-sdk/node_modules/cross-sha256/index.js.map' file: Error: ENOENT: no such file or directory, open '/Users/irina/featurehub-javascript-sdk/featurehub-javascript-client-sdk/node_modules/cross-sha256/index.js.map'`
The text was updated successfully, but these errors were encountered: