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

HMR doesn't reload on change in included symlinks #4

Open
webmasterslava opened this issue Aug 7, 2018 · 0 comments
Open

HMR doesn't reload on change in included symlinks #4

webmasterslava opened this issue Aug 7, 2018 · 0 comments

Comments

@webmasterslava
Copy link

webmasterslava commented Aug 7, 2018

<template lang="pug">

  div
    include ./normal_file.pug
    include ./symlinked_file.pug

</template>

When I make changes in "normal_file.pug" HMR works perfect, I see messages in console and changes are applied without reloading the page.

When I make changes in "symlinked_file.pug" HMR doesn't see any changes, no messages in console. I'm trying to reload the page manually and again I don't see changes. To see changes I should fully reload webpack-dev-server.

I use normal symlinks in Debian 9 x64.

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

1 participant