Migrate Index page to React (#952)

This commit is contained in:
vaidankarswapnil
2021-07-22 20:49:17 +05:30
committed by GitHub
parent 401660ae15
commit e443d17b2e
5 changed files with 68 additions and 73 deletions

View File

@@ -198,7 +198,7 @@ module.exports = function (_env = {}, argv = {}) {
mode: mode,
entry: {
main: "./src/Main.tsx",
index: "./src/Index.ts",
index: "./src/Index.tsx",
quickstart: "./src/quickstart.ts",
hostedExplorer: "./src/HostedExplorer.tsx",
testExplorer: "./test/testExplorer/TestExplorer.ts",