// 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; | |
// 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; | |