mirror of
https://github.com/Sevichecc/Urara-Blog.git
synced 2025-05-02 23:19:30 +08:00
6 lines
218 B
Text
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;
|