Move from webpack to esbuild bundler

This commit is contained in:
Subho 2023-04-11 11:49:10 +05:30
parent 8817969d16
commit dd2245e204
9 changed files with 151 additions and 209 deletions

View file

@ -7,4 +7,8 @@ set -eu
TEST_SCENARIO="${TEST_SCENARIO:-}"
[ "${TEST_SCENARIO}" = "${TEST_SCENARIO##firefox}" ] || export TEST_BROWSER=firefox
export RUN_TESTS_OPTIONS=--track-naughties
# linters are off by default for production builds, but we want to run them in CI
export LINT=1
make check