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