Performance improvement: stop serving wrapper code (#179)

* Only serve react app in development

- Don't serve server code from "webpack serve"
- Don't serve iframe wrapper from "webpack serve"
- Update "basic" local test to load -impl file, not wrapper
This commit is contained in:
Elisha Nuchi
2023-03-10 14:43:48 -05:00
committed by GitHub
parent 50fc0de433
commit 7fd979aed8
10 changed files with 22 additions and 8 deletions
@@ -3,6 +3,12 @@
<head>
<base target="_top" />
<!-- Add any external scripts and stylesheets here -->
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link
href="https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500&display=swap"
rel="stylesheet"
/>
<link
rel="stylesheet"
href="https://maxcdn.bootstrapcdn.com/bootstrap/4.5.0/css/bootstrap.min.css"