0.0.4 • Published 6 years ago

hexo-encore v0.0.4

Weekly downloads
1
License
MIT
Repository
github
Last release
6 years ago

hexo-encore

Hexo support for Webpack/Encore (by Symfony). Heavily inspired by hexo-renderer-webpack.

Install

$ npm install hexo-encore --save

Options

You can configure this plugin in _config.yml or your theme's _config.yml.

webpack:
  entry: 'themes/my-theme/source/js/app.js'

or

webpack:
  entry:
    - 'themes/my-theme/source/js/app.js'
    - 'themes/my-theme/source/js/lib.js'

Links