DerGoogler / MMRL

Introducing Magisk Module Repo Loader (MMRL) - the ultimate module manager for Magisk, KernelSU and APatch on Android. This highly configurable app allows users to manage modules effortlessly, all while being completely free of ads.

Home Page:https://mmrl.dergoogler.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Module Configure improvements

syspwda opened this issue · comments

New file import method

// replace
const Component = require("!conf/Component.jsx")
// with
const Component = import("Component.jsx")

https://codesandbox.io/p/sandbox/react-monaco-file-tree-forked-dyj9ch?file=%2Fsrc%2FApp.tsx%3A51%2C5