We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 13ae85b commit f1d80f3Copy full SHA for f1d80f3
3 files changed
lib/loaders/json.js
@@ -1,4 +1,4 @@
1
-export default async function ( buffer, map, meta ) {
+export default async function jsonLoader ( buffer, map, meta ) {
2
const callback = this.async(),
3
options = this.getOptions();
4
lib/loaders/po.js
+export default async function poLoader ( buffer, map, meta ) {
lib/loaders/yaml.js
+export default async function yamlLoader ( buffer, map, meta ) {
0 commit comments