1
0
mirror of synced 2025-12-10 16:38:16 +08:00
Files
eruda/.eustia
2016-03-11 23:49:02 +08:00

7 lines
157 B
Plaintext

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