-
Notifications
You must be signed in to change notification settings - Fork 91
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Does this work hot loading CSS changes? #2
Comments
I have not used this for hot reloading. I use the vue cli for the actual development, with its hot reloading capabilities. This is really more of a last-step sort of thing, preparing the SFC for distribution. My intent here is to keep this code as simple as possible, and strictly for packaging. My personal use case for this actually uses scoped CSS, which is inlined into the js files instead of separated out. I can, however, see a use for extracting the CSS into a separate file. I will look into it, but if you manage to figure it out first, feel free to submit a PR! |
…tes to develop * commit 'ac05a36be811de97fc5a1f69525949c3e0231936': Swap buble back for babel Rename some files for clarity, named exports of library components
Github is in error, that commit had nothing to do with this issue. The commit message is from another remote for this repo. |
@praveenpuglia is this still an issue/request? rollup and all related plugins have been updated numerous times since this issue was created. Just released v2.0.0 of this utility today, cleaning house a bit, thought I'd reach out. I'll probably end up closing this issue since the vue cli is the officially recommended way of getting a hot-reloading dev experience. |
I agree. |
Vue 3 Mode (beta/testing) Approved-by: Reed Remington
I have not really tried it but I was trying to build something with egoist/poi and bili today to share a component I built via npm but, the CSS part of the SFC wouldn't update upon build while running in watch mode.
Here's more on this - https://twitter.com/_egoistlily/status/978612899785486339
Wondering if this would fix that problem since it also uses rollup.
The text was updated successfully, but these errors were encountered: