From 2e8a53c7a94f2754653c1ec4dfdd63083e192eab Mon Sep 17 00:00:00 2001 From: Alvis HT Tang Date: Sat, 17 Jun 2023 15:20:03 +0100 Subject: [PATCH] fix(preset-rollup): make the rollup preset compatible with ESM --- configs/rollup.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configs/rollup.yaml b/configs/rollup.yaml index 035d5b5..a812de1 100644 --- a/configs/rollup.yaml +++ b/configs/rollup.yaml @@ -23,4 +23,4 @@ plugins: - - '@apply rollup-plugin-postcss[default]' - inject: insertAt: top - - '@apply rollup-plugin-visualizer[default]' + - '@apply rollup-plugin-visualizer[visualizer]'