hexo-renderer-webpack4

0.1.0 • Public • Published

hexo-renderer-webpack4

Build Status npm version License: MIT dependencies Status NPM

[PREVIEW] hexo plugin renderer webpack version 4. from https://github.com/briangonzalez/hexo-renderer-webpack

Install

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

Readme

Keywords

none

Package Sidebar

Install

npm i hexo-renderer-webpack4

Weekly Downloads

3

Version

0.1.0

License

MIT

Unpacked Size

183 kB

Total Files

9

Last publish

Collaborators

  • segayuu