Emma Segal-Grossman
87cc38b737
[Chore] Webpack: Migrate from onBeforeSetupMiddleware
to setupMiddlewares
( #2080 )
...
Resolves the big red
`[DEP_WEBPACK_DEV_SERVER_ON_BEFORE_SETUP_MIDDLEWARE] DeprecationWarning:
'onBeforeSetupMiddleware' option is deprecated. Please use the
'setupMiddlewares' option.` warnings when starting Webpack.
---------
Co-authored-by: Ilya Kreymer <ikreymer@gmail.com>
2024-10-02 19:35:32 -07:00
sua yoo
3b2e382ba0
Reorganize frontend build files ( #1803 )
...
Refactors config files so that `/config` can be included in Docker build.
2024-05-15 19:46:52 -07:00
Emma Segal-Grossman
b1e2f1b325
Add ESLint rules for import ordering ( #1608 )
...
Follow-up from
https://github.com/webrecorder/browsertrix-cloud/pull/1546#discussion_r1529001599
(cc @SuaYoo)
- Adds `eslint-plugin-import-x` and
`@ianvs/prettier-plugin-sort-imports` and configures rules for them both
so imports get sorted on format & on lint.
- Runs both on everything!
2024-03-18 21:50:02 -04:00
Sara Tavares
b61592b5ed
CI: Add Playwright UI e2e tests + CI ( #614 )
...
Adds Playwright for UI tests.
Basic Playwright test to login.
Playwright Github Action.
---------
Co-authored-by: sua yoo <sua@suayoo.com>
2023-03-22 16:23:22 -07:00