diff --git a/docs/.eleventy.js b/docs/.eleventy.js index 4026acc68..ad08c9420 100644 --- a/docs/.eleventy.js +++ b/docs/.eleventy.js @@ -128,10 +128,13 @@ export default function (eleventyConfig) { ); // Production-only plugins - if (!isDeveloping) { - // Run Prettier on each file (prod only because it can be slow) - eleventyConfig.addPlugin(formatCodePlugin()); - } + // + // TODO - disabled because it takes about a minute to run now + // + // if (!isDeveloping) { + // // Run Prettier on each file (prod only because it can be slow) + // eleventyConfig.addPlugin(formatCodePlugin()); + // } return { dir: {