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

[Bug] Fix webpack hot module reload #478

Merged
merged 5 commits into from
Dec 19, 2018
Merged

Conversation

tomrav
Copy link
Collaborator

@tomrav tomrav commented Dec 19, 2018

Resolves issue #401, adding Hot Module Replacement (HMR) support behind a new flag called "experimentalHMR".

import StylableWebpackPlugin from '@stylable/webpack-plugin'

new StylableWebpackPlugin({
    experimentalHMR: true
})

@tomrav tomrav added bug Unexpected behavior or exception integration Bundler, test-runner and node labels Dec 19, 2018
@tomrav tomrav changed the title Fix webpack hot module reload [Bug] Fix webpack hot module reload Dec 19, 2018
@tomrav tomrav merged commit c0712f6 into master Dec 19, 2018
@tomrav tomrav deleted the fix-webpack-hot-module-reload branch December 19, 2018 15:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Unexpected behavior or exception integration Bundler, test-runner and node
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants