I went through and upgraded all of the build tooling by running yarn upgrade-interactive --latest, and then fixed all of the related issues. This included testing that all of the following passed:
@spalger Should I change the webpack target to node 12, while keeping node 14 as the required version to build the library? That seems like a good tradeoff to me.
I went through and upgraded all of the build tooling by running
yarn upgrade-interactive --latest
, and then fixed all of the related issues. This included testing that all of the following passed: