* added docker generated files to .gitignore
* update webpack.config.js to webpack.config.ts
* change web dev server to use port from env
* update webpack-dev-server to 4.3.1, update import statement for chartjsAdapter
* Revert "added docker generated files to .gitignore"
This reverts commit 494cfcda0e9ed90de8daac3097957fa63df23570.
* use portfindersync for webpack dev server and remove .env.sample
* add webpack config typing to prod config
* react-app-env.d.ts is moved to the typings
* webpack config for development and production is updated
* extra browser router component is removed
* loable component is made
* spinner component is updated
* route are updated
* routes are imported is Loadable fashion with chunkName
* AppRoute is updated
* AppWrapper is changed to AppRouter
* merge conflits are resolved
* Loadable component is updated
Co-authored-by: Ankit Nayan <ankit@signoz.io>
* tsconfig-paths-webpack-plugin package is added
* baseUrl is updated
* webpack config for development and production are updated
* baseUrl is removed in the file
* more .. is being removed
* chore: removed the commented part in the webpack.config
Co-authored-by: FIPalash Gupta <palash@indiagold.co>
* base layout is updated
* app wrapper is updated
* InstrumentationPage spell is corrected
* not found is updated
* not found component is updated
* changes are updated
* appwrapper is updated
* fix: removed the unwanted file
* fix: React.FC is removed
* fix: styles are imported under single file
* webpack config is updated
* webpack config is updated
* env is updated
* env is updated
* webpack config is updated
* webpack config is updated
* dotenv-expanded is removed
* vars is updated
* env is updated
* docker ignore is updated
* webpack config is updated
* dev and build is updarted with the progress arguments
* config is updated