Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 3 additions & 4 deletions packages/pwa-kit-dev/src/ssr/server/public-path.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
import {bundleBasePath} from '@salesforce/pwa-kit-runtime/utils/ssr-namespace-paths'

/* global __webpack_public_path__: writable */
// eslint-disable-next-line no-undef
const webpackPublicPath = `${bundleBasePath}/development/`
// eslint-disable-next-line no-undef
__webpack_public_path__ = webpackPublicPath
// This global variable is used by webpack for HMR (Hot Module Replacement)
// eslint-disable-next-line @typescript-eslint/no-unused-vars
__webpack_public_path__ = `${bundleBasePath}/development/`
1 change: 0 additions & 1 deletion packages/pwa-kit-runtime/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
- 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)

## v3.10.0 (May 22, 2025)

- Add referrer policy `strict-origin-when-cross-origin` and CSP relaxations for MIAW scripts [#2416](https://github.com/SalesforceCommerceCloud/pwa-kit/pull/2416)

## v3.9.2 (Mar 08, 2025)
Expand Down
Loading
Loading