We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cb37727 commit ae13f25Copy full SHA for ae13f25
1 file changed
lib/loaders/yaml.js
@@ -4,7 +4,7 @@ export default async function ( buffer, map, meta ) {
4
5
if ( this.cacheable ) this.cacheable();
6
7
- const config = options.yaml.parse( buffer );
+ const config = options.yaml.fromYaml( buffer );
8
9
callback( null, `export default ${ JSON.stringify( config ) }`, map, meta );
10
}
0 commit comments