|
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 |
|
|---|
| 3 | Object.defineProperty(exports, "__esModule", {
|
|---|
| 4 | value: true
|
|---|
| 5 | });
|
|---|
| 6 | exports.default = _default;
|
|---|
| 7 | exports.resolveFSPath = resolveFSPath;
|
|---|
| 8 | function _default(moduleName, dirname, absoluteRuntime) {
|
|---|
| 9 | if (absoluteRuntime === false) return moduleName;
|
|---|
| 10 | resolveFSPath();
|
|---|
| 11 | }
|
|---|
| 12 | function 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.