From 27198806366c8eca1e8ea3836cab4a5e7bcb77e1 Mon Sep 17 00:00:00 2001 From: Cory LaViska Date: Tue, 3 Dec 2024 11:52:23 -0500 Subject: [PATCH] temporarily disable prettier in prod to speed things up --- docs/.eleventy.js | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) 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: {