README
boxwood-loader
boxwood loader for webpack
Table of Contents
Background
This package holds a webpack loader for the boxwood package.
Install
npm install boxwood-loader
Usage
module.exports = {
module: {
rules: [
{
test: /\.html$/,
use: {
loader: 'boxwood-loader',
options: {
paths: [
path.join(__dirname, 'public')
]
}
}
}
]
}
}
Maintainers
Contributing
All contributions are highly appreciated! Open an issue or a submit PR.
License
MIT © buxlabs