-
Notifications
You must be signed in to change notification settings - Fork 57
Open
Description
Pulling from master and running yarn dev results in a broken state. Here are some images:
Network and Console tab of DevTools showing 404s for scripts and app resources (click to show details)
I've tried running yarn build and serving that output, and also tried yarn start.
Here's a partially truncated view of tree in the build folder after yarn build.
├── asset-manifest.json
├── images
... a bunch under images
├── index.html
├── papers
│ └── index.html
├── pdf.viewer.js
├── pdf.worker.min.js
├── static
│ ├── css
│ │ ├── reader.css
│ │ └── reader.css.map
│ ├── js
│ │ ├── list.7f1849.js
│ │ ├── list.7f1849.js.LICENSE.txt
│ │ ├── list.7f1849.js.map
│ │ ├── reader.7f1849.js
│ │ ├── reader.7f1849.js.LICENSE.txt
│ │ └── reader.7f1849.js.map
│ └── media
... a bunch under media
├── viewer.css
└── viewer.js.map
The README doesn't outline anything else to do. I'd be happy to try some other steps if anyone has feedback.
I'd imagine this is an issue with Webpack, which could require some intense and painful debugging to get to the bottom of.
Let me know if you need any more details or I can help in another way.
Thanks for this project, it sounds and looks (from what I see so far) quite interesting and useful!
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels


