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
<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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: