Add Hexo support for Webpack.
$ npm install hexo-renderer-webpack --save
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'
- Hexo: https://hexo.io/
- Webpack: http://webpack.github.io/