🚨 Shai-Hulud Strikes Again:More than 700 Packages Compromised.Technical Analysis →
Socket
Book a DemoInstallSign in
Socket

boxwood-loader

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

boxwood-loader

pure engine loader

latest
Source
npmnpm
Version
0.16.0
Version published
Maintainers
1
Created
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

html

FAQs

Package last updated on 06 Apr 2021

Did you know?

Socket

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