mirror of
https://gitee.com/beijing_hongye_huicheng/lilishop-ui.git
synced 2025-12-19 01:15:53 +08:00
c
This commit is contained in:
27
node_modules/_vue-json-excel@0.3.0@vue-json-excel/rollup.config.js
generated
vendored
Executable file
27
node_modules/_vue-json-excel@0.3.0@vue-json-excel/rollup.config.js
generated
vendored
Executable file
@@ -0,0 +1,27 @@
|
||||
import vue from 'rollup-plugin-vue';
|
||||
import commonjs from 'rollup-plugin-commonjs';
|
||||
import resolve from 'rollup-plugin-node-resolve';
|
||||
|
||||
export default {
|
||||
input: 'JsonExcel.vue',
|
||||
output: [
|
||||
{
|
||||
format: 'cjs',
|
||||
file: 'dist/vue-json-excel.cjs.js'
|
||||
},
|
||||
{
|
||||
format: 'esm',
|
||||
file: 'dist/vue-json-excel.esm.js'
|
||||
},
|
||||
{
|
||||
name: 'JsonExcel',
|
||||
format: 'umd',
|
||||
file: 'dist/vue-json-excel.umd.js'
|
||||
}
|
||||
],
|
||||
plugins: [
|
||||
vue(),
|
||||
commonjs(),
|
||||
resolve()
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user