Refactor webpack; Add ErrorBoundary
This commit is contained in:
parent
98cb301df5
commit
a7ccbcfca4
10 changed files with 233 additions and 150 deletions
|
|
@ -9,7 +9,7 @@
|
|||
"noImplicitAny": false,
|
||||
"target": "ESNEXT",
|
||||
// https://esbuild.github.io/api/#jsx-factory
|
||||
"jsxFactory": "Vencord.Webpack.React.createElement",
|
||||
"jsxFactory": "Vencord.Webpack.Common.React.createElement",
|
||||
"jsx": "react"
|
||||
},
|
||||
"include": ["src/**/*"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue