Refactor webpack; Add ErrorBoundary

This commit is contained in:
Vendicated 2022-08-31 20:47:07 +02:00
parent 98cb301df5
commit a7ccbcfca4
No known key found for this signature in database
GPG key ID: EC781ADFB93EFFA3
10 changed files with 233 additions and 150 deletions

View file

@ -1,6 +1,6 @@
import plugins from "plugins";
import IpcEvents from "../utils/IpcEvents";
import { React } from "../webpack";
import { React } from "../webpack/common";
import { mergeDefaults } from '../utils/misc';
interface Settings {