Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Size Analysis Project - Phase 3 #3648

Open
wants to merge 4 commits into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 20 additions & 0 deletions size-analysis-web-app/.firebase/hosting.YnVpbGQ.cache
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
asset-manifest.json,1597695867446,b62e47368e80d8f6b5af1b89aee6f20465ed745a74cac63b5f75c29b145b1f5d
favicon.ico,1597695844243,12c77055696278694a8feb77a9421dd85f8af25a81d812822be112e4be628fcf
index.html,1597695867445,9c2404ab57480016e871d7114f5b1679bf2f9a21538e144d05e8140fea70131e
logo192.png,1597695844243,76c449ccb9cd117c2f2338f091b18f7050f3210e249b2228f5c81b23f34377cd
manifest.json,1597695844243,0958a5e0c831126100c8c2d06a6bbaa665a3900f21aaff4130238a6f5a113aa1
precache-manifest.8be8c353765d3ee015674bff60a33aed.js,1597695867446,38627821cae90e2294a53916e20dfa8e344098fda7557c8bdf9df9b1520661b1
robots.txt,1597695844243,2544ca049f223a42bff01f72ad930a5edba75bbb7199d0f8430a02ff5aca16ec
service-worker.js,1597695867446,ee9a2218dc7fe2124b612f76784a73d1edd6528ac6b83e5dc83635c7fce08274
static/css/main.ea0fb7c9.chunk.css,1597695867447,e51401c9547b87ce3fbaf83bbfe1b822fbc321751b7546e790e50005780c95c6
static/css/main.ea0fb7c9.chunk.css.map,1597695867471,5e59d33270e717cc5c02c87aaefb432c5c92d95c59ce15b46db6eea22141e2e9
logo512.png,1597695844243,7779210d56c1f3741e2e487799fe3092def4fa6ac450a60532b807c3a8971205
static/js/2.94ef462e.chunk.js.LICENSE.txt,1597695867471,1c049e9bb20f8f478d2b756df6bcd0b4af96bd7eaad98ad6997e3cc232f8e090
static/js/main.69097467.chunk.js,1597695867447,bffb8ee388c593b3886d6d6311f7ddd40e2ee9a74d7b94dfd7347a76c095d280
static/js/main.69097467.chunk.js.map,1597695867471,83c9aeab29aead0ee3ceb5a5b4d55b205a5f2640ff21971f2f63e6b2a5218dd7
static/js/runtime-main.40404df8.js,1597695867471,183460dde878c23dcaeb2b6c8b82144cbd76b4b08d868e1333c126dbeba1aec2
static/js/runtime-main.40404df8.js.map,1597695867471,bbe2460f9cf8de080d305e30bd1108fc0a16c141604b939c2c493dec91edc5d6
static/css/2.af3c1da9.chunk.css,1597695867471,08e3f99de906623894933e54d892afee81679221b821c7255acd9bfe0737c529
static/css/2.af3c1da9.chunk.css.map,1597695867471,a4e81b0b0da94803ded8d0c34f1eab5d88919ee7603a8830a9c5fe84c69fba55
static/js/2.94ef462e.chunk.js,1597695867471,bef48ff7f02b623cd87fcc48f4fe242209aab90da0e165319f955a9ea024791c
static/js/2.94ef462e.chunk.js.map,1597695867471,bff3121fca70a74e1fe2e66dacc53147865f4c6b08778d1c602357707e97d7dd
5 changes: 5 additions & 0 deletions size-analysis-web-app/.firebaserc
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"projects": {
"default": "fir-size-analysis"
}
}
23 changes: 23 additions & 0 deletions size-analysis-web-app/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.

# dependencies
/node_modules
/.pnp
.pnp.js

# testing
/coverage

# production
/build

# misc
.DS_Store
.env.local
.env.development.local
.env.test.local
.env.production.local

npm-debug.log*
yarn-debug.log*
yarn-error.log*
5 changes: 5 additions & 0 deletions size-analysis-web-app/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# Size Analysis Web Application

- Design Doc: go/modular-exports-size-analysis-web-app

- Application is hosted at https://fir-sdk-size-analysis.web.app/
35 changes: 35 additions & 0 deletions size-analysis-web-app/firebase.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
{
"firestore": {
"rules": "firestore.rules",
"indexes": "firestore.indexes.json"
},
"functions": {
"predeploy": "npm --prefix \"$RESOURCE_DIR\" run build",
"source": "functions"
},
"hosting": {
"public": "build",
"ignore": [
"firebase.json",
"**/.*",
"**/node_modules/**"
],
"rewrites": [
{
"source": "**",
"destination": "/index.html"
}
]
},
"emulators": {
"functions": {
"port": 5001
},
"hosting": {
"port": 5000
},
"ui": {
"enabled": true
}
}
}
4 changes: 4 additions & 0 deletions size-analysis-web-app/firestore.indexes.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"indexes": [],
"fieldOverrides": []
}
8 changes: 8 additions & 0 deletions size-analysis-web-app/firestore.rules
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
rules_version = '2';
service cloud.firestore {
match /databases/{database}/documents {
match /{document=**} {
allow read, write: if false;
}
}
}
8 changes: 8 additions & 0 deletions size-analysis-web-app/functions/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
## Compiled JavaScript files
**/*.js
**/*.js.map

# Typescript v1 declaration files
typings/

node_modules/
35 changes: 35 additions & 0 deletions size-analysis-web-app/functions/package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
{
"name": "functions",
"scripts": {
"lint": "tslint --project tsconfig.json",
"build": "tsc",
"serve": "npm run build && firebase emulators:start --only functions",
"shell": "npm run build && firebase functions:shell",
"start": "npm run shell",
"deploy": "firebase deploy --only functions",
"logs": "firebase functions:log"
},
"engines": {
"node": "10"
},
"main": "lib/index.js",
"dependencies": {
"cors": "^2.8.5",
"firebase-admin": "^8.10.0",
"firebase-functions": "^3.9.0",
"firebase-functions-test": "^0.2.0",
"gzip-size": "^5.1.1",
"rollup": "2.21.0",
"rollup-plugin-commonjs": "10.1.0",
"rollup-plugin-json": "4.0.0",
"rollup-plugin-node-resolve": "5.2.0",
"rollup-plugin-typescript2": "0.27.0",
"terser": "4.8.0",
"tmp": "^0.2.1",
"@types/tmp": "0.2.0",
"tslint": "^5.12.0",
"typescript": "3.8.3"
},
"private": true,
"devDependencies": {}
}
Loading
Oops, something went wrong.