Open pesterhazy opened 8 years ago
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 https://github.com/mjmeintjes/boot-react-native/issues/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
Idea: when putting it back in, hide sourcemaps behind a feature flag so we can turn it off if it breaks things
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.