refactor: move json plugin to be 1st
This commit is contained in:
parent
0d2816fb8e
commit
729c37ef18
|
@ -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]'
|
||||
|
|
Loading…
Reference in New Issue