Convert yaml to json files #8334
-
Hey guys, |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 4 replies
-
@mischnic not exactly, I need to convert all the files in directory from yaml into json format (without any usage in js) and later start another process that will include json files into final bundle (which is successfully done by @parcel/config-webextension) *to give more context, localization files for web extensions are packaged and shipped in extension package and later browser loads those files and provides an API to access the content of those files: https://developer.chrome.com/docs/extensions/reference/i18n/ |
Beta Was this translation helpful? Give feedback.
-
@mischnic since it is no doable with configuration only, and it is no something that everyone needs - there is no much sense to change parcel transformer, so I'll go with my custom solution for that particular case, thanks for you help! |
Beta Was this translation helpful? Give feedback.
@mischnic since it is no doable with configuration only, and it is no something that everyone needs - there is no much sense to change parcel transformer, so I'll go with my custom solution for that particular case, thanks for you help!