metalsmith-webpack2
v1.0.2
Published
A webpack 2 plugin for Metalsmith
Downloads
2
Maintainers
Readme
metalsmith-webpack2
A webpack 2 plugin for Metalsmith.
Installation
npm install metalsmith-webpack2
Usage
var webpack = require('metalsmith-webpack2')
Metalsmith(__dirname)
.use(webpack('./webpack.config.js'))
.build()
License
MIT License, see LICENSE for details.