refactor: move json plugin to be 1st

This commit is contained in:
Derrick Hammer 2023-06-30 01:12:46 -04:00
parent 0d2816fb8e
commit 729c37ef18
Signed by: pcfreak30
GPG Key ID: C997C339BE476FF2
1 changed files with 1 additions and 1 deletions

View File

@ -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]'