From 4ef368a2671638eb8f460583b7ef7df5e1ee4a44 Mon Sep 17 00:00:00 2001 From: Vincent Fretin Date: Sat, 4 Nov 2023 12:12:14 +0100 Subject: [PATCH] Remove commented replace plugin in rollup config --- rollup.config.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/rollup.config.js b/rollup.config.js index be2c666..c3d65a4 100644 --- a/rollup.config.js +++ b/rollup.config.js @@ -25,7 +25,6 @@ export default [ include: ["node_modules/**"], }), // strip({labels: ['documentation']}), - // replace({ varType: 'const', replacementLookup: globals }) ] }, { @@ -44,7 +43,6 @@ export default [ commonjs({ include: ["node_modules/**"], }), - // replace({ varType: 'const', replacementLookup: globals }), strip({labels: ['documentation']}), terser() ]