slidevjs / slidev

Presentation Slides for Developers
https://sli.dev
MIT License
32.81k stars 1.33k forks source link

problems about emitted files #1690

Closed KermanX closed 3 months ago

KermanX commented 3 months ago

Originally posted by @rwnobrega in https://github.com/slidevjs/slidev/issues/1669#issuecomment-2178938722

As of version 0.49.11, most files are now free from local directory paths. However, the following files still expose local paths:

dist/assets/index-[hash].js
dist/index.html
dist/404.html

Additionally, as a side effect of the patch, some filenames now have unusual suffixes before the hash, which did not appear before. For example:

Arrow.vue_vue_type_script_setup_true_lang-[hash].js

instead of just:

Arrow-[hash].js