refactor: remove esm rollup output
This commit is contained in:
parent
729c37ef18
commit
33f9ed88be
|
@ -3,9 +3,6 @@ output:
|
||||||
- file: '{output}/index.js'
|
- file: '{output}/index.js'
|
||||||
format: cjs
|
format: cjs
|
||||||
sourcemap: true
|
sourcemap: true
|
||||||
- file: '{output}/index.mjs'
|
|
||||||
format: es
|
|
||||||
sourcemap: true
|
|
||||||
plugins:
|
plugins:
|
||||||
- '@apply @rollup/plugin-json[default]'
|
- '@apply @rollup/plugin-json[default]'
|
||||||
- '@apply @rollup/plugin-node-resolve[default]'
|
- '@apply @rollup/plugin-node-resolve[default]'
|
||||||
|
|
Loading…
Reference in New Issue