node通过bable体验es6模块化
Posted -constructor
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了node通过bable体验es6模块化相关的知识,希望对你有一定的参考价值。
npm i --save--dev @bable/core @bable/cil @bable/preset-env @bable/node // npm i --save @bable/polyfill //项目创建配置文件 bable.config.js const presets = [ [ "@bable/env" , { targets: { edge: ‘17‘, chrom: ‘67‘ } }] ] module.exports = {presets} //npx bable-node index.js
以上是关于node通过bable体验es6模块化的主要内容,如果未能解决你的问题,请参考以下文章