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