mirror of
https://github.com/roleypoly/roleypoly-v1.git
synced 2025-04-25 12:19:10 +00:00
6 lines
107 B
JavaScript
6 lines
107 B
JavaScript
module.exports = {
|
|
babelrcRoots: [
|
|
'.'
|
|
],
|
|
ignore: [ './ui', './node_modules', './flow-typed' ]
|
|
}
|