React Wrapper Take 2 (#310)

This commit is contained in:
Steve Faulkner
2020-11-12 20:10:59 -06:00
committed by GitHub
parent 4ce9dcc024
commit d880723be9
6 changed files with 475 additions and 444 deletions

View File

@@ -174,7 +174,7 @@ module.exports = function(env = {}, argv = {}) {
return {
mode: mode,
entry: {
main: "./src/Main.ts",
main: "./src/Main.tsx",
index: "./src/Index.ts",
quickstart: "./src/quickstart.ts",
hostedExplorer: "./src/HostedExplorer.ts",