From d322f380ada0d77ab2e30ae6bb7672b7c7b7c332 Mon Sep 17 00:00:00 2001 From: RMidhunSuresh Date: Thu, 16 Jun 2022 21:26:16 +0530 Subject: [PATCH] Fix typo here This was causing the icons section to be omitted from the source section of the manifest. --- vite.common-config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vite.common-config.js b/vite.common-config.js index 8a82a9da..5d65f8e2 100644 --- a/vite.common-config.js +++ b/vite.common-config.js @@ -40,7 +40,7 @@ const commonOptions = { postcss: { plugins: [ compileVariables({derive, compiledVariables}), - urlVariables({compileVariables}), + urlVariables({compiledVariables}), urlProcessor({replacer}), // cssvariables({ // preserve: (declaration) => {