You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
├── build.js # Compiles the app from source code
├── config.js # General application settings
├── postcss.config.js # PostCSS settings for compiling CSS files
├── publish.js # Builds and deploys the app to Firebase
├── routes-loader.js # Webpack loader for parsing src/routes.json
├── run.js # Compiles the app in watch mode and runs dev server
├── task.js # A custom minimalistic script/task runner
└── webpack.config.js # Bundling and optimization settings