hexo-renderer-babelify

0.0.2 • Public • Published

hexo-renderer-babelify

Add support for ES6 javascript with import/export capability.

Install

$ npm install hexo-renderer-babelify

Options

You can configure this plugin in _config.yml.

 
babelify:
  presets:
    - '@babel/preset-env'
  sourceMaps: true
  • presets - Adds presets to babel config
  • sourceMaps - Adds sourceMaps to the final bundles

Readme

Keywords

Package Sidebar

Install

npm i hexo-renderer-babelify

Weekly Downloads

2

Version

0.0.2

License

MIT

Unpacked Size

2.82 kB

Total Files

4

Last publish

Collaborators

  • benavern