AngelMunoz / Perla

A cross-platform tool for unbundled front-end development that doesn't depend on Node or requires you to install a complex toolchain
https://perla-docs.web.app/
MIT License
131 stars 12 forks source link

Fix static files directories #33

Closed AngelMunoz closed 3 years ago

AngelMunoz commented 3 years ago

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 file

<link rel="manifest" href="./src/manifest.json" />

Expected behavior sent the json file as json, not as a JS module

maybe using a query param like unpkg?