[PREVIEW] hexo plugin renderer webpack version 4. from https://github.com/briangonzalez/hexo-renderer-webpack
$ npm install hexo-renderer-webpack4 --saveYou 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'