Currently, using `babel-plugin-inline-import` results in import errors for me: ~~~~ src/file.js:4 4: import bla from "./bla.txt"; ^^^^^^^^^^^ ./bla.txt. Required module not found ~~~~ Is there a way to use this plugin that's compatible with Flow?