This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /** | |
| * Why is this here you ask? React Native doesn't use Webpack. True. This file is here to trick | |
| * IDEA in recognizing module aliases (see the package.json files in some of the subdirs). | |
| * Nice solution? No. Does it work? Sure. | |
| * Tracker URL: https://youtrack.jetbrains.com/issue/WEB-23221 | |
| * | |
| * - TS | |
| */ | |
| const fs = require('fs') |