UNPKG

realm-flipper-plugin-device

Version:

Device code for interaction with the Realm Flipper Plugin

11 lines (9 loc) 259 B
import typescript from "rollup-plugin-typescript"; export default { input: "./src/RealmPlugin.tsx", output: { file: "./dist/index.js", }, plugins: [typescript()], external: ["react", "react-dom", "react-native-flipper", "realm", "flatted"], };