Created
January 30, 2021 23:09
-
-
Save nikita-graf/315fa0774ad49488c32a0f6ca778f20f to your computer and use it in GitHub Desktop.
Fix Eleventy not listening to file changes on WSL
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
module.exports = function(eleventyConfig) { | |
return { | |
chokidarConfig: { | |
usePolling: true, | |
}, | |
}; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment