0.16.0 • Published 3 years ago

boxwood-loader v0.16.0

Weekly downloads
2
License
MIT
Repository
github
Last release
3 years ago

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

@emilos.

Contributing

All contributions are highly appreciated! Open an issue or a submit PR.

License

MIT © buxlabs