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