Skip to content

Commit

Permalink
chore: return null
Browse files Browse the repository at this point in the history
  • Loading branch information
poyoho committed Apr 11, 2022
1 parent cce2d7a commit fc0b75d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/vite/src/node/plugins/assetImportMetaUrl.ts
Expand Up @@ -85,8 +85,8 @@ export function assetImportMetaUrlPlugin(config: ResolvedConfig): Plugin {
map: config.build.sourcemap ? s.generateMap({ hires: true }) : null
}
}
return null
}
return null
}
}
}
Expand Down

0 comments on commit fc0b75d

Please sign in to comment.