v0.71.0 builds broken

Builds from 0.70.1 work but not in v0.71.0. The error when I load the page:
caught SyntaxError: Invalid or unexpected token (at newtab.37e84fdd.js:138:183)


The culprit:
 * match-sorter-utils
 *
 * Copyright (c) TanStack
 *
 * This source code is licensed under the MIT license found in the
 * LICENSE.md file in the root directory of this source tree.
 *
 * @license MIT
 */ var parcelHelpers = require("@parcel/transformer-js/src/esmodule-helpers.js");
                parcelHelpers.defineInteropFlag(exports1);
                parcelHelpers.export(exports1, "compareItems", ()=>compareItems);
                parcelHelpers.export(exports1, "rankItem", ()=>rankItem);
                parcelHelpers.export(exports1, "rankings", ()=>rankings);
                const characterMap = {
                    \xc0: "A",
image.png
Solution
This was resolved in 0.71.1, thank you!
Was this page helpful?