拿掉 build files

This commit is contained in:
2022-07-18 16:33:23 +08:00
parent 41e2287bcb
commit 3707f158a3
31953 changed files with 0 additions and 4411796 deletions
-15
View File
@@ -1,15 +0,0 @@
function onError (err) {
throw err /* ↓ Check stack trace ↓ */
}
module.exports = function (filename, opts) {
const jiti = require('../dist/jiti')
opts = { onError, ...opts }
if (!opts.transform) {
opts.transform = require('../dist/babel')
}
return jiti(filename, opts)
}