summaryrefslogtreecommitdiffstats
path: root/node_modules/babel-plugin-syntax-dynamic-import/lib
diff options
context:
space:
mode:
Diffstat (limited to 'node_modules/babel-plugin-syntax-dynamic-import/lib')
-rw-r--r--node_modules/babel-plugin-syntax-dynamic-import/lib/index.js13
1 files changed, 0 insertions, 13 deletions
diff --git a/node_modules/babel-plugin-syntax-dynamic-import/lib/index.js b/node_modules/babel-plugin-syntax-dynamic-import/lib/index.js
deleted file mode 100644
index 3098d52..0000000
--- a/node_modules/babel-plugin-syntax-dynamic-import/lib/index.js
+++ /dev/null
@@ -1,13 +0,0 @@
-"use strict";
-
-exports.__esModule = true;
-
-exports.default = function () {
- return {
- manipulateOptions: function manipulateOptions(opts, parserOpts) {
- parserOpts.plugins.push("dynamicImport");
- }
- };
-};
-
-module.exports = exports["default"]; \ No newline at end of file