0.4.0 • Published 8 years ago

hexo-renderer-webpack v0.4.0

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

hexo-renderer-webpack

Add Hexo support for Webpack.

Install

$ npm install hexo-renderer-webpack --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

0.4.0

8 years ago

0.3.1

8 years ago

0.3.0

8 years ago

0.2.0

8 years ago

0.1.1

8 years ago

0.1.0

8 years ago