A minified single-page widget. Everything runs from one bundle.
GOAL: minified bundles frequently ship a pointer to their source map so developers can debug production. That map is the original source — and it can leak internal paths. Read the bundle at /m01-p/naked/sourcemap/static/app.js, follow its sourceMappingURL, and fetch the map to solve.