GoScrobble/web/node_modules/@babel/plugin-transform-runtime/lib/get-runtime-path/browser.js

11 lines
318 B
JavaScript

"use strict";
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.default = _default;
function _default(moduleName, dirname, absoluteRuntime) {
if (absoluteRuntime === false) return moduleName;
throw new Error("The 'absoluteRuntime' option is not supported when using @babel/standalone.");
}