digitallinguistics / data-explorer

The DLx portal for viewing, searching, and aggregating data
https://data.digitallinguistics.io
MIT License
3 stars 0 forks source link

update esbuild + cypress-esbuild-preprocessor #502

Open dwhieb opened 1 year ago

dwhieb commented 1 year ago

cypress-esbuild-preprocessor isn't compatible with v0.17.x of esbuild, so I had to downgrade esbuild to v0.16.x.

Once the following PR is merged, cypress-esbuild-preprocessor should be compatible with esbuild v0.17.x again.

https://github.com/bahmutov/cypress-esbuild-preprocessor/pull/245

The PR is merged and this issue can be completed now.