Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DS_Store & subcatalogs #316

Open
focus-at opened this issue Mar 12, 2024 · 0 comments
Open

DS_Store & subcatalogs #316

focus-at opened this issue Mar 12, 2024 · 0 comments

Comments

@focus-at
Copy link

focus-at commented Mar 12, 2024

1. Module trying read .DS_Store as svg

{ name: '-ds-store',                                                                                                                                                                     12:49:25
  sprite: 'icons',
  content: '\x00\x00\x00\x01Bud1\x00\x00\x18\x00\x00\x00\b\x00\x00\
  ...

2. Icons from subfolder inserted as:

href="data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='UTF-8'?..."

and output catalog not contains
.output/public/_nuxt/categories.DREn5-o2.svg only js file

js file content:

const h="data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='UTF-8'?%3e%3csvg%20version='1.1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%3e%3cdefs%3e%3c/defs%3e%3csymbol%20id='berries'%20fill='currentColor'%20viewBox='0%200%2045%2052'%3e%3cpath%20d='M10.4%2016h4v4h-4zm0%208h4v4h-4zm8-4h4v4h-
...|

For root folder its ok:

icons.CSCOqA0I.js

content:

import"./entry.D3XzjcZA.js";const t=""+new URL("icons.DcEICiv2.svg",import.meta.url).href;export{t as default};

icons.DcEICiv2.svg

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant