source: frontend/node_modules/@babel/plugin-transform-runtime/lib/get-runtime-path/browser.js

Last change on this file was 9af201e, checked in by MBK <marija.karapandzova@…>, 12 days ago

Fix frontend appearance

  • Property mode set to 100644
File size: 442 bytes
Line 
1"use strict";
2
3Object.defineProperty(exports, "__esModule", {
4 value: true
5});
6exports.default = _default;
7exports.resolveFSPath = resolveFSPath;
8function _default(moduleName, dirname, absoluteRuntime) {
9 if (absoluteRuntime === false) return moduleName;
10 resolveFSPath();
11}
12function resolveFSPath() {
13 throw new Error("The 'absoluteRuntime' option is not supported when using @babel/standalone.");
14}
15
16//# sourceMappingURL=browser.js.map
Note: See TracBrowser for help on using the repository browser.