vlad 6f123ff03e 18.07 | 6 年 前 | |
---|---|---|
.. | ||
lib | 6 年 前 | |
.npmignore | 6 年 前 | |
README.md | 6 年 前 | |
package.json | 6 年 前 |
Allow parsing of import()
.
$ npm install babel-plugin-syntax-dynamic-import
.babelrc
(Recommended).babelrc
{
"plugins": ["syntax-dynamic-import"]
}
$ babel --plugins syntax-dynamic-import script.js
require("babel-core").transform("code", {
plugins: ["syntax-dynamic-import"]
});