mirror of
https://github.com/elyby/accounts-frontend.git
synced 2024-11-07 08:39:03 +05:30
20 lines
365 B
Plaintext
20 lines
365 B
Plaintext
[ignore]
|
|
.*/node_modules/fbjs/lib/.*
|
|
.*/node_modules/react-motion/lib/.*
|
|
.*/tests-e2e/.*
|
|
|
|
[include]
|
|
|
|
[libs]
|
|
./flow-typed
|
|
|
|
[options]
|
|
module.system.node.resolve_dirname=node_modules
|
|
module.system.node.resolve_dirname=src
|
|
module.file_ext=.js
|
|
module.file_ext=.json
|
|
module.file_ext=.jsx
|
|
module.file_ext=.css
|
|
module.file_ext=.scss
|
|
module.ignore_non_literal_requires=true
|