[Polyfills > mime-types] Add stub
This commit is contained in:
parent
ebf459d846
commit
46e724e150
1 changed files with 2 additions and 0 deletions
2
src/polyfills/mime-types.js
Normal file
2
src/polyfills/mime-types.js
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
// Stub
|
||||||
|
exports.lookup = (file) => {};
|
Loading…
Reference in a new issue