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 5, 2019. It is now read-only.
When using npm start and then something like http://localhost:4001/?url=path/to/file.xml, the assets for file.xml are not loaded because the URLs are not made relative to the file's location. It would be nice to fix that.
Add CLI option
It would be convenient to have something like npm start path/to/file.xml work.
The text was updated successfully, but these errors were encountered:
Some stray thoughts on potential improvements.
npm start
and then something like http://localhost:4001/?url=path/to/file.xml, the assets for file.xml are not loaded because the URLs are not made relative to the file's location. It would be nice to fix that.npm start path/to/file.xml
work.The text was updated successfully, but these errors were encountered: