obsidian-dataview icon indicating copy to clipboard operation
obsidian-dataview copied to clipboard

Invalid source maps in Debug mode

Open mnaoumov opened this issue 5 months ago • 0 comments

What happened?

I have Debug startup time setting enabled in Obsidian, which enables source maps for plugins

In the DevTools console I see messages from Dataview like:

Dataview: Dropped cache entries for 26 deleted files. - index.ts:162

When I click on index.ts, I get error:

Could not load content for app://obsidian.md/src/data-index/index.ts (System error: net::ERR_FILE_NOT_FOUND)

I checked, dataview plugin's main.js is distributed with embedded source maps, which is usually not recommended.

DQL

No response

JS

No response

Dataview Version

0.5.67

Obsidian Version

1.7.0

OS

Windows

mnaoumov avatar Aug 25 '24 22:08 mnaoumov