mirror of
https://github.com/certd/certd.git
synced 2025-11-25 09:10:11 +08:00
refactor: ui edit cert
This commit is contained in:
13
packages/plugins/plugin-tencent/rollup.config.js
Normal file
13
packages/plugins/plugin-tencent/rollup.config.js
Normal 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'
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user