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
{{ message }}
This repository has been archived by the owner on Mar 4, 2019. It is now read-only.
[6:27:58 PM] <END> symbolicate (1140ms)
Error: Found a source and line, but no column
at SourceMapConsumer_parseMappings [as _parseMappings] (/Users/pe/fy/boot-react-native/example/app/node_modules/source-map/lib/source-map/source-map-consumer.js:473:21)
at SourceMapConsumer.Object.defineProperty.get (/Users/pe/fy/boot-react-native/example/app/node_modules/source-map/lib/source-map/source-map-consumer.js:72:14)
at SourceMapConsumer_originalPositionFor [as originalPositionFor] (/Users/pe/fy/boot-react-native/example/app/node_modules/source-map/lib/source-map/source-map-consumer.js:599:13)
at SourceMapConsumer.IndexedSourceMapConsumer_originalPositionFor [as originalPositionFor] (/Users/pe/fy/boot-react-native/example/app/node_modules/source-map/lib/source-map/source-map-consumer.js:932:31)
at /Users/pe/fy/boot-react-native/example/app/node_modules/react-native/packager/react-packager/src/Server/index.js:481:37
at Array.map (native)
at /Users/pe/fy/boot-react-native/example/app/node_modules/react-native/packager/react-packager/src/Server/index.js:474:22
at tryCallOne (/Users/pe/fy/boot-react-native/example/app/node_modules/promise/lib/core.js:37:12)
at /Users/pe/fy/boot-react-native/example/app/node_modules/promise/lib/core.js:123:15
at flush (/Users/pe/fy/boot-react-native/example/app/node_modules/asap/raw.js:50:29)
As a result I disabled cljs-rn-transformer.js in the branch temporarily, but it'd be nice to get it back.
The text was updated successfully, but these errors were encountered:
Also disabled sourcemap support in setup-links-for-dependency-map. The step of adding sourcemaps caused boot to recognize all files as changed (because of updated mtimes). For details, see #57
To re-enable sourcemaps, we'll need to check if javascript file contents actually change before writing a new file to the tmp-dir, and only spit the file if it has updated
pesterhazy
changed the title
RN 29 packager: sourcemaps broken
Re-enable sourcemaps
Jul 29, 2016
In https://github.com/pesterhazy/boot-react-native/tree/develop, source maps seem to be broken. Anytime there's an exception, I get a message in the logs:
As a result I disabled cljs-rn-transformer.js in the branch temporarily, but it'd be nice to get it back.
The text was updated successfully, but these errors were encountered: