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
The fix in #25 requires an edit to the source map line at the end of the bundled javascript for svelte-jsoneditor.
When upgrading in future, this is an area where it'd be very easy to create a regression, because it'd be my tendency to forget this happened and dump the new JS straight into that file.
We want reliable releases without regressing this bug.
Proposed Solution
Suggest that whitenoise is included in our development dependencies and a test case is introduced that overrides settings to use whitenoise to serve the JS.
The text was updated successfully, but these errors were encountered:
Feature request
The fix in #25 requires an edit to the source map line at the end of the bundled javascript for svelte-jsoneditor.
When upgrading in future, this is an area where it'd be very easy to create a regression, because it'd be my tendency to forget this happened and dump the new JS straight into that file.
We want reliable releases without regressing this bug.
Proposed Solution
Suggest that
whitenoise
is included in our development dependencies and a test case is introduced that overrides settings to use whitenoise to serve the JS.The text was updated successfully, but these errors were encountered: