Skip to content
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

Add support for hot module reload #7

Open
guillep2k opened this issue Jan 22, 2018 · 1 comment
Open

Add support for hot module reload #7

guillep2k opened this issue Jan 22, 2018 · 1 comment

Comments

@guillep2k
Copy link

[Feature request]
Hi. I'm just recently getting acquientance with nodejs, webpack, sass, etc., so I cannot answer this myself but, is it possible to add support for hot module reloading? i.e. does webpack work in a way that doesn't allow for it? I've read this project readme and the "reasons why sass-webpack-plugin is not the best case: [...] you need a hot module reload for styles".
Should I restrict the use of this plugin to production builds only? I'd be more confortable with using the same method for both dev/prod environments.
Otherwise I think this tool is fantastic.

@jalkoby
Copy link
Owner

jalkoby commented Jan 23, 2018

in short - yes, it's possible, but I don't have enough time to do it. As the result each time the source styles are changed - a page will be reloaded. For me it's not critical for my development, maybe for some huge project it will be a blocker

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants