[import()] Initial support for dynamic-import (#4699)
* [import()] Initial support for function-like import * [import()] Renaming import-functions to dynamic-import * [stage-2] Fixing lint error * add to package.json
This commit is contained in:
committed by
Henry Zhu
parent
b8eeddf960
commit
391e5bd813
13
packages/babel-plugin-syntax-dynamic-import/package.json
Normal file
13
packages/babel-plugin-syntax-dynamic-import/package.json
Normal file
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"name": "babel-plugin-syntax-dynamic-import",
|
||||
"version": "6.13.0",
|
||||
"description": "Allow parsing of import()",
|
||||
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-syntax-dynamic-import",
|
||||
"license": "MIT",
|
||||
"main": "lib/index.js",
|
||||
"keywords": [
|
||||
"babel-plugin"
|
||||
],
|
||||
"dependencies": {},
|
||||
"devDependencies": {}
|
||||
}
|
||||
Reference in New Issue
Block a user