16 lines
236 B
JavaScript
16 lines
236 B
JavaScript
module.exports = [{
|
|
input: 'map.js',
|
|
output: {
|
|
file: 'map-umd.js',
|
|
format: 'umd',
|
|
name: 'map',
|
|
},
|
|
}, {
|
|
input: 'template.js',
|
|
output: {
|
|
file: 'template-umd.js',
|
|
format: 'umd',
|
|
name: 'template',
|
|
},
|
|
}];
|