feat: add path shim

This commit is contained in:
bcheidemann 2021-02-20 03:38:52 +00:00
parent 128e10dc13
commit f12f01dca0
1 changed files with 6 additions and 0 deletions

6
shims/path.js Normal file
View File

@ -0,0 +1,6 @@
const path = require("./path.js");
module.exports = {
__esModule: true,
default: path,
};