1
0
mirror of synced 2025-11-06 04:21:11 +08:00
Files
eruda/.eustia.js
2019-10-10 16:05:49 +08:00

17 lines
373 B
JavaScript

module.exports = {
eruda: {
library: 'https://raw.githubusercontent.com/liriliri/fione/master/',
files: 'src/**/*.js',
ignore: 'src/**/stringify.js',
output: 'src/lib/util.js',
exclude: ['createCfg'],
format: 'es'
},
test: {
files: ['test/*.js', 'test/*.html'],
exclude: ['js'],
namespace: 'util',
output: 'test/util.js'
}
}