Re: Fix webpack warnings

2022-08-26 Thread Akshay Joshi
Thanks, the patch was applied. On Wed, Aug 24, 2022 at 7:20 PM Dave Page wrote: > The attached patch fixes a bunch of warnings about missing utilities in > the webpack process. The primary change is in package.json - the rest is > just the updated lockfile. > > Not applying myself, as we're mid-

Fix webpack warnings

2022-08-24 Thread Dave Page
The attached patch fixes a bunch of warnings about missing utilities in the webpack process. The primary change is in package.json - the rest is just the updated lockfile. Not applying myself, as we're mid-release. Akshay, if you're happy with it, please apply after you've released and tagged. Th