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 Oct 21, 2024. It is now read-only.
Describe the bug
importing a json file from the indx file converts the file in a json module, we need to find a way to apply middleware or not
To Reproduce
Steps to reproduce the behavior:
add this to an
index.html
fileExpected behavior
sent the json file as json, not as a JS module
maybe using a query param like unpkg?
./src/manifest.json?module
should return a JS module./src/manifest.json
should return the file as isThe text was updated successfully, but these errors were encountered: