diff --git a/configs/rollup.yaml b/configs/rollup.yaml index 4a7316e..95923ad 100644 --- a/configs/rollup.yaml +++ b/configs/rollup.yaml @@ -7,6 +7,7 @@ output: format: es sourcemap: true plugins: + - '@apply @rollup/plugin-json[default]' - '@apply @rollup/plugin-node-resolve[default]' - - '@apply @rollup/plugin-commonjs[default]' - extensions: @@ -14,7 +15,6 @@ plugins: - .jsx - .ts - .tsx - - '@apply @rollup/plugin-json[default]' - '@apply @rollup/plugin-graphql[default]' - '@apply @rollup/plugin-image[default]' - '@apply @rollup/plugin-yaml[default]'