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 Jun 17, 2021. It is now read-only.
Do not map directories containing Imba source files to the root. There's something strange on the snowpack side, still trying to figure out what's wrong. But for the time being, make this change in snowpack.config.json:
"mount": {
"src": "/",
"public": "/"
},
to
"mount": {
"src": "/scripts",
"public": "/"
},
eulores
changed the title
Fix bundling
Support root as destination for compiled imba code (was "Fix bundling")
Aug 7, 2020
Bundled project doesn't work out of the box.
The text was updated successfully, but these errors were encountered: