Socket
Socket
Sign inDemoInstall

boxwood-loader

Package Overview
Dependencies
97
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    boxwood-loader

pure engine loader


Version published
Weekly downloads
3
Maintainers
1
Install size
32.2 MB
Created
Weekly downloads
 

Readme

Source

boxwood-loader

boxwood loader for webpack

Table of Contents

  • Background
  • Install
  • Usage
  • Maintainers
  • Contributing
  • License

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

Keywords

FAQs

Last updated on 06 Apr 2021

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.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc