You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Prevent server sourcemaps from being part of client output (#12757)
* Revert "fix custom `assetFileNames` issue (#12449)" (#12746)
* Revert "fix custom `assetFileNames` issue (#12449)"
This reverts commit e6b8017.
This change caused source maps to be left in the client folder, exposing them into the server.
* Add changeset
* Clean sourcemaps from static output (#12749)
* Clean sourcemaps from static output
* Add changeset
* Update test to look at frontend sourcemaps
* Revert "fix custom `assetFileNames` issue (#12449)" (#12746)
* Revert "fix custom `assetFileNames` issue (#12449)"
This reverts commit e6b8017.
This change caused source maps to be left in the client folder, exposing them into the server.
* Add changeset
* Clean sourcemaps from static output (#12749)
* Clean sourcemaps from static output
* Add changeset
* Update test to look at frontend sourcemaps
* [ci] format
* fix build
* Skip experimental cc tests
* remove unused params
0 commit comments