mirror of
https://github.com/henrywhitaker3/Speedtest-Tracker.git
synced 2026-01-04 20:14:52 +01:00
composer and npm
This commit is contained in:
11
conf/site/node_modules/babel-plugin-dynamic-import-node/lib/index.js
generated
vendored
11
conf/site/node_modules/babel-plugin-dynamic-import-node/lib/index.js
generated
vendored
@@ -1,11 +1,12 @@
|
||||
"use strict";
|
||||
'use strict';
|
||||
|
||||
Object.defineProperty(exports, "__esModule", {
|
||||
value: true
|
||||
});
|
||||
|
||||
exports["default"] = function (api) {
|
||||
exports['default'] = function (api) {
|
||||
var transformImport = (0, _utils.createDynamicImportTransform)(api);
|
||||
|
||||
return {
|
||||
// NOTE: Once we drop support for Babel <= v6 we should
|
||||
// update this to import from @babel/plugin-syntax-dynamic-import.
|
||||
@@ -17,6 +18,8 @@ exports["default"] = function (api) {
|
||||
|
||||
return manipulateOptions;
|
||||
}(),
|
||||
|
||||
|
||||
visitor: {
|
||||
Import: function () {
|
||||
function Import(path) {
|
||||
@@ -29,6 +32,6 @@ exports["default"] = function (api) {
|
||||
};
|
||||
};
|
||||
|
||||
var _utils = require("./utils");
|
||||
var _utils = require('./utils');
|
||||
|
||||
module.exports = exports["default"];
|
||||
module.exports = exports['default'];
|
||||
Reference in New Issue
Block a user