[Update/bugfix] Plugins: For development, fix hot reload issue that was restart every time updated the files.
This commit is contained in:
9
src-ui/plugins/index.js
Normal file
9
src-ui/plugins/index.js
Normal file
@@ -0,0 +1,9 @@
|
||||
import plugin_index_1 from "./plugin_examples/index.jsx";
|
||||
import plugin_info_1 from "./plugin_examples/plugin_info.json";
|
||||
|
||||
export const dev_plugins = [
|
||||
{
|
||||
index: { init: plugin_index_1 },
|
||||
plugin_info: plugin_info_1,
|
||||
}
|
||||
];
|
||||
Reference in New Issue
Block a user