From 81ddf9b700bc48a1f8e472209f080f9c1d9a9b09 Mon Sep 17 00:00:00 2001 From: Piotr Russ Date: Wed, 18 Nov 2020 23:26:45 +0100 Subject: rm node_modules --- .../babel-plugin-syntax-dynamic-import/README.md | 35 ---------------------- 1 file changed, 35 deletions(-) delete mode 100644 node_modules/babel-plugin-syntax-dynamic-import/README.md (limited to 'node_modules/babel-plugin-syntax-dynamic-import/README.md') diff --git a/node_modules/babel-plugin-syntax-dynamic-import/README.md b/node_modules/babel-plugin-syntax-dynamic-import/README.md deleted file mode 100644 index 47279fc..0000000 --- a/node_modules/babel-plugin-syntax-dynamic-import/README.md +++ /dev/null @@ -1,35 +0,0 @@ -# babel-plugin-syntax-dynamic-import - -Allow parsing of `import()`. - -## Installation - -```sh -$ npm install babel-plugin-syntax-dynamic-import -``` - -## Usage - -### Via `.babelrc` (Recommended) - -**.babelrc** - -```json -{ - "plugins": ["syntax-dynamic-import"] -} -``` - -### Via CLI - -```sh -$ babel --plugins syntax-dynamic-import script.js -``` - -### Via Node API - -```javascript -require("babel-core").transform("code", { - plugins: ["syntax-dynamic-import"] -}); -``` -- cgit v1.2.3