Files
eruda/.eustia.js
2021-09-10 17:59:37 +08:00

16 lines
340 B
JavaScript

module.exports = {
fione: {
library: ['fione', 'node_modules/eustia-module'],
files: 'src/**/*.js',
output: 'src/lib/fione.js',
format: 'es',
},
test: {
library: ['node_modules/eustia-module'],
files: ['test/*.js', 'test/*.html'],
exclude: ['js'],
namespace: 'util',
output: 'test/util.js',
},
}