monkeytype/frontend
Rizwan Mustafa 1877cc31e7
(Draft) Replace Browserify with Webpack (Draft) () by rizwanmustafa
* Replaced browserify with webpack

* Modified gulpfile and webpack config

* Removed attempts of using undefined variables and functions

* fixed some incorrect changes

* setfunbox fix

* Added fallback for crypto-browserify and stream-browserify

* added circular dependency detection

* Created production tasks for gulp and updated webpack config

* fixed circular dependency in misc

* not failing on circular dependency

* Removed unused imports

* Added babel loader and plugins to webpack

* Removed unused dependencies and removed babel's plugins

* Workaround for test logic import in random quote

* Created a separate webpack config file for production

* Changed relative paths to absolute ones in webpack

* Added colored output for circular import number

* Removed comment from .eslintrc.json

* Added eslint plugin to webpack

* Moved 'buffer' and 'stream-browserify' to devDependencies

* Started using promises in webpack tasks

* Removed unused dependencies

* Updated package-lock.json

* Removed eslint plugin from webpack and added circular dependency detection in dev config as well

* Removed unrelated changes

* Updated production build command

* Added ability for webpack to be run with typescript conversion of project in process

* added gulp typscript dev dependency

* using const

* modified console logs on circular imports

* missing dev dependency

Co-authored-by: Miodec <bartnikjack@gmail.com>
2022-02-12 14:47:36 +01:00
..
src removed function call 2022-02-12 14:12:20 +01:00
static added popup wrapper to leaderboard 2022-02-11 01:46:06 +01:00
.eslintignore Compile both JS and TS () by sondrekje 2022-02-11 19:02:21 +01:00
firebase.json
gulpfile.js (Draft) Replace Browserify with Webpack (Draft) () by rizwanmustafa 2022-02-12 14:47:36 +01:00
package-lock.json (Draft) Replace Browserify with Webpack (Draft) () by rizwanmustafa 2022-02-12 14:47:36 +01:00
package.json (Draft) Replace Browserify with Webpack (Draft) () by rizwanmustafa 2022-02-12 14:47:36 +01:00
tsconfig.json Compile both JS and TS () by sondrekje 2022-02-11 19:02:21 +01:00
webpack-production.config.js (Draft) Replace Browserify with Webpack (Draft) () by rizwanmustafa 2022-02-12 14:47:36 +01:00
webpack.config.js (Draft) Replace Browserify with Webpack (Draft) () by rizwanmustafa 2022-02-12 14:47:36 +01:00