Skip to content

Commit ebd046e

Browse files
rebase develop branch
1 parent 73ea7f0 commit ebd046e

File tree

6 files changed

+858
-561
lines changed

6 files changed

+858
-561
lines changed

packages/pwa-kit-dev/src/ssr/server/public-path.js

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@
1717
import {bundleBasePath} from '@salesforce/pwa-kit-runtime/utils/ssr-namespace-paths'
1818

1919
/* global __webpack_public_path__: writable */
20-
// eslint-disable-next-line no-undef
21-
const webpackPublicPath = `${bundleBasePath}/development/`
22-
// eslint-disable-next-line no-undef
23-
__webpack_public_path__ = webpackPublicPath
20+
// This global variable is used by webpack for HMR (Hot Module Replacement)
21+
// eslint-disable-next-line @typescript-eslint/no-unused-vars
22+
__webpack_public_path__ = `${bundleBasePath}/development/`

packages/pwa-kit-runtime/CHANGELOG.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
- Only allow requests for `/shopper/auth/` through the SLAS private client proxy. Also stop the proxy from swallowing SLAS errors [#2608](https://github.com/SalesforceCommerceCloud/pwa-kit/pull/2608)
44

55
## v3.10.0 (May 22, 2025)
6-
76
- Add referrer policy `strict-origin-when-cross-origin` and CSP relaxations for MIAW scripts [#2416](https://github.com/SalesforceCommerceCloud/pwa-kit/pull/2416)
87

98
## v3.9.2 (Mar 08, 2025)

0 commit comments

Comments
 (0)