Appears to be 404'ing on loading the assets as a `file://` resource, but they definitely exist. `file:///Users/callen/work/reason-react-example/bundledOutputs/todomvc.js` was among the failures for the TodoMVC page. ``` $ ls -alh bundledOutputs total 2248 drwxr-xr-x 9 callen staff 288B Apr 22 20:51 . drwxr-xr-x 15 callen staff 480B Apr 22 20:59 .. -rw-r--r-- 1 callen staff 274K Apr 22 21:00 animation.js -rw-r--r-- 1 callen staff 118K Apr 22 21:00 async.js -rw-r--r-- 1 callen staff 173K Apr 22 21:00 fetch.js -rw-r--r-- 1 callen staff 118K Apr 22 21:00 interop.js -rw-r--r-- 1 callen staff 118K Apr 22 21:00 retainedProps.js -rw-r--r-- 1 callen staff 118K Apr 22 21:00 simple.js -rw-r--r-- 1 callen staff 189K Apr 22 21:00 todomvc.js ``` Seems to exist, not sure what's I might be doing wrong here.
Appears to be 404'ing on loading the assets as a
file://resource, but they definitely exist.file:///Users/callen/work/reason-react-example/bundledOutputs/todomvc.jswas among the failures for the TodoMVC page.Seems to exist, not sure what's I might be doing wrong here.