[Polyfills > mime-types] Make stub return a content type
This commit is contained in:
parent
46e724e150
commit
c3b11e5080
1 changed files with 1 additions and 1 deletions
|
@ -1,2 +1,2 @@
|
||||||
// Stub
|
// Stub
|
||||||
exports.lookup = (file) => {};
|
exports.lookup = (file) => 'text/plain';
|
Loading…
Reference in a new issue