[Polyfills > mime-types] Make stub return a content type

This commit is contained in:
Ducko 2021-12-11 00:14:03 +00:00
parent 46e724e150
commit c3b11e5080
1 changed files with 1 additions and 1 deletions

View File

@ -1,2 +1,2 @@
// Stub
exports.lookup = (file) => {};
exports.lookup = (file) => 'text/plain';