Skip to content

Commit

Permalink
using @parcel/transformer-yaml for .yml files (#7192)
Browse files Browse the repository at this point in the history
  • Loading branch information
mkaraula committed Oct 26, 2021
1 parent 8afcd1e commit 806bebe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/configs/default/index.json
Expand Up @@ -18,7 +18,7 @@
"*.toml": ["@parcel/transformer-toml"],
"*.webmanifest": ["@parcel/transformer-webmanifest"],
"webmanifest:*.{json,webmanifest}": ["@parcel/transformer-webmanifest"],
"*.yaml": ["@parcel/transformer-yaml"],
"*.{yaml,yml}": ["@parcel/transformer-yaml"],
"*.{glsl,vert,frag}": ["@parcel/transformer-glsl"],
"*.{gql,graphql}": ["@parcel/transformer-graphql"],
"*.{styl,stylus}": ["@parcel/transformer-stylus"],
Expand Down

0 comments on commit 806bebe

Please sign in to comment.