Skip to content

benavern/hexo-renderer-babelify

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Add the ability to write es6 scripts with imports/export capabilities

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •