Skip to content

Instantly share code, notes, and snippets.

@nikita-graf
Created January 30, 2021 23:09
Show Gist options
  • Save nikita-graf/315fa0774ad49488c32a0f6ca778f20f to your computer and use it in GitHub Desktop.
Save nikita-graf/315fa0774ad49488c32a0f6ca778f20f to your computer and use it in GitHub Desktop.
Fix Eleventy not listening to file changes on WSL
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