npm 包 enb-es6-modules 使用教程
enb-es6-modules 是一个 npm 包,用于在 enb 构建系统中使用 ES6 模块。本文将介绍如何使用 enb-es6-modules 包。
安装
使用 npm 安装 enb-es6-modules 包:
npm install enb-es6-modules
使用方法
在使用 enb-es6-modules 包前,你需要在你的项目中使用 ES6 语法。如果你还没有使用 ES6 语法,建议你先学习一下 ES6。
使用 enb-es6-modules 包需要在 enb 的 .enb/make.js 文件中引入它:
const enbEs6Modules = require('enb-es6-modules');
然后使用 enbEs6Modules() 方法来配置 enb:
-- -------------------- ---- ------- -------------- - ---------------- - --------------------------- -------------------- - -- ------ ----------- ----------------------------- -- --- ------------- ------- --------------------- --------------- - -- ------- -- -- --- ----------------------- ------ --- --- --
enbEs6Modules() 接受一个配置对象作为参数。以下是可用的选项:
extensions
: 一个数组,包含要处理的文件扩展名。默认为.js
。sourceTarget
: 源文件的目标名称。默认为?.js
.destTarget
: 生成的文件的目标名称。默认为?.es6modules.js
.
示例代码
-- -------------------- ---- ------- -- ---- ------ -------- ------ -- - ------ - - -- - ------ -------- ----------- -- - ------ - - -- - -- ---- ------ - ---- -------- - ---- --------- ------------------ ---- -- - ----------------------- ---- -- -
结论
enb-es6-modules 能够在 enb 构建系统中使用 ES6 模块。通过本文,你已经了解了如何使用 enb-es6-modules 包。希望这个技术文章对你有指导意义。
来源:JavaScript中文网 ,转载请注明来源 https://www.javascriptcn.com/post/60066e1fa563576b7b1ecd6e