
Product
Introducing Socket Fix for Safe, Automated Dependency Upgrades
Automatically fix and test dependency updates with socket fix—a new CLI tool that turns CVE alerts into safe, automated upgrades.
hexo-renderer-webpack-2-advanced
Advanced tools
Webpack v2 renderer plugin for Hexo with support of webpack.config.js
Add Hexo support for Webpack(v2).
Fork from the original hexo-renderer-webpack repository: https://github.com/briangonzalez/hexo-renderer-webpack
$ npm install --save hexo-renderer-webpack-2-advanced
Add webpack.config.js
to the project root
module.exports = {
entry: [
'themes/default/source/js/index.js',
'themes/default/source/js/page.js',
],
module: {
loaders: [{
test: /\.js/,
loader: 'babel-loader',
exclude: /node_modules/,
query: {
presets: [
['es2015', {
modules: false,
loose: true
}]
]
}
}]
}
};
or specify the file path in config
webpack_config: 'themes/my-theme/webpack.config.js'
Only files added to entry
will be transpiled with the webpack
FAQs
Webpack v2 renderer plugin for Hexo with support of webpack.config.js
The npm package hexo-renderer-webpack-2-advanced receives a total of 1 weekly downloads. As such, hexo-renderer-webpack-2-advanced popularity was classified as not popular.
We found that hexo-renderer-webpack-2-advanced demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Product
Automatically fix and test dependency updates with socket fix—a new CLI tool that turns CVE alerts into safe, automated upgrades.
Security News
CISA denies CVE funding issues amid backlash over a new CVE foundation formed by board members, raising concerns about transparency and program governance.
Product
We’re excited to announce a powerful new capability in Socket: historical data and enhanced analytics.