A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://www.npmjs.com/package/babel-plugin-syntax-dynamic-import below:

babel-plugin-syntax-dynamic-import - npm

babel-plugin-syntax-dynamic-import6.18.0 • Public • Published 9 years ago

babel-plugin-syntax-dynamic-import

Allow parsing of import().

Installation

$ npm install babel-plugin-syntax-dynamic-import

Usage Via .babelrc (Recommended)

.babelrc

{

  "plugins": ["syntax-dynamic-import"]

}

Via CLI

$ babel --plugins syntax-dynamic-import script.js

Via Node API

require("babel-core").transform("code", {

  plugins: ["syntax-dynamic-import"]

});

Package Sidebar Install

npm i babel-plugin-syntax-dynamic-import

Downloads Weekly Downloads

RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4