1
0
mirror of synced 2025-12-10 08:28:08 +08:00
Files
eruda/.eustia
2016-05-02 22:22:34 +08:00

6 lines
137 B
Plaintext

module.exports = {
files: 'src/**/*.es6',
ignore: '**/Info/defInfo.es6',
output: 'src/lib/util.js',
format: 'commonjs'
};