I'm looking for a way to separate my yaml-files into different files and combine them into 1 big yaml-file.
The yaml-loader I used for Webpack was able to do this : https://github.com/ngfk/yaml-import-loader
The !import statement proved to be very powerful. I would love to have this with this loader as well.
Are there any plans to add something like this?
I'm looking for a way to separate my yaml-files into different files and combine them into 1 big yaml-file.
The yaml-loader I used for Webpack was able to do this : https://github.com/ngfk/yaml-import-loader
The
!importstatement proved to be very powerful. I would love to have this with this loader as well.Are there any plans to add something like this?