refactor: ui edit cert

This commit is contained in:
xiaojunnuo
2022-10-18 23:15:36 +08:00
parent b7bde7b685
commit b10ff5b6ee
22 changed files with 115 additions and 22 deletions

View File

@@ -0,0 +1,13 @@
export default {
input: 'src/index.js',
output: [
{
file: 'dist/index.cjs',
format: 'cjs'
},
{
file: 'dist/index.es.js',
format: 'es'
}
]
}