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 Jul 6, 2023. It is now read-only.
It's time to think about how we will integrate with something like Webpack, Parcel, Snowpack, or something else. I only have experience with Webpack and Parcel, but I'm open to using something else.
There are too many ways to set up this integration, but I think that a good first version would be to have Still manage HTML where we include files generated by Webpack (for instance). The idea would be to bypass our compilation chain completely and have Webpack running under one of our supervision trees. We still need a way for Webpack to inform still of which files to include. It's also important that it works with a dev server.
The text was updated successfully, but these errors were encountered:
A potential quickfix (or first version) would be to just link to an app.js file and have said tool generate that. The issue is that we would fail including it right now, since it doesn't exist. To bypass this we could maybe support URLs? So instead of linking locally, use the base URL.
It's time to think about how we will integrate with something like Webpack, Parcel, Snowpack, or something else. I only have experience with Webpack and Parcel, but I'm open to using something else.
There are too many ways to set up this integration, but I think that a good first version would be to have Still manage HTML where we include files generated by Webpack (for instance). The idea would be to bypass our compilation chain completely and have Webpack running under one of our supervision trees. We still need a way for Webpack to inform still of which files to include. It's also important that it works with a dev server.
The text was updated successfully, but these errors were encountered: