react-cosmos-plugin-rspack 0.3.3 → 0.5.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1424,7 +1424,7 @@ var require_lib = __commonJS({
1424
1424
  }
1425
1425
  });
1426
1426
 
1427
- // node_modules/.pnpm/react-cosmos-core@6.1.1/node_modules/react-cosmos-core/dist/utils/queryString.js
1427
+ // node_modules/.pnpm/react-cosmos-core@6.2.0/node_modules/react-cosmos-core/dist/utils/queryString.js
1428
1428
  function buildQueryString(searchParams) {
1429
1429
  const queryString = new URLSearchParams(searchParams).toString();
1430
1430
  return queryString && `?${queryString}`;