import CleanCSS from "clean-css"; export default function(eleventyConfig) { eleventyConfig.addPassthroughCopy("assets/"); eleventyConfig.addPassthroughCopy("styles/"); eleventyConfig.addPassthroughCopy("scripts/"); };