Need help deciphering older version config code #2646
-
|
Hi, I'm trying to learn from someone's repo, and they have the .eleventy.js config like this: |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
|
That's kind of interesting... I've never used that config, but I did find mentions of
The So I'm not sure why you'd need to set it explicitly to |
Beta Was this translation helpful? Give feedback.
That's kind of interesting...
I've never used that config, but I did find mentions of
passthroughFileCopyin older versions of the docs; see https://v0-12-1.11ty.dev/docs/copy/#disabling-passthrough-file-copy. It seems to have been added in Jan 16, 2018 via 9042341:https://github.com/11ty/eleventy/search?q=passthroughFileCopy&type=commits
The
passthroughFileCopy:trueseems to be the default value in th…