Import yaml files with a Vite setup? #15159
Unanswered
Dylan190774
asked this question in
General - Components / Directives / etc
Replies: 1 comment 6 replies
-
You can try your luck with https://github.com/Modyfi/vite-plugin-yaml |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
With Webpack I used
yaml-import-loader
to import someyaml
settings files in my Vue components.Is there a way to import
yaml
files with Vite?Beta Was this translation helpful? Give feedback.
All reactions