Skip to content

Prototype: loading debug assets from a custom URL

Administrator requested to merge jp/debugassets into main

Created by: limitedmage

How this works:

  • User must be signed in and have AllowDebugAssets tag
  • Page must be loaded with ?debugAssetsUrl=<location> URL, eg: ?debugAssetsUrl=http://localhost:3080/.assets
  • Webpack bundle is now loaded from that URL

Merge request reports

Loading