Urara-Blog/node_modules/.pnpm-store/v3/files/2b/e02aee6e0512a9bc82ef20ac55c55fff7e4e83ed853fdff6555acb636e47aa31edc4335f30697a304271510edb52b851526b04f0ebc5fce9862c6e505b30d8
2022-08-14 01:14:53 +08:00

6 lines
218 B
Text

// this looks ridiculous, but it prevents sourcemap tooling from mistaking
// this for an actual sourceMappingURL
let SOURCEMAPPING_URL = 'sourceMa';
SOURCEMAPPING_URL += 'ppingURL';
export default SOURCEMAPPING_URL;