Convert to parcel
for frontend builds
#3214
Labels
ui_triage
Cross-team/project UI issues for triage
parcel
for frontend builds
#3214
Currently EE uses the
create-react-app
scripts to callwebpack
for building the frontend bundle. We should convert toparcel
for consistency between EE and Core.This will solve some issues around importing images that are different between the projects, as well as allow us to change out our test runner in the future.
AC:
jest
for running testsThe text was updated successfully, but these errors were encountered: