I am using nuxt and config.yml
with .config.yml
extended file. And I want to read finally generated config in any page I want. How to do that?
If I add const config = require('config-yml');
in .vue file or in any plugin .js I had a lot of errors compilations.