Socket
Socket
Sign inDemoInstall

@mdfe/dot-loader

Package Overview
Dependencies
64
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    @mdfe/dot-loader

dot template loader for webpack forked from github


Version published
Maintainers
1
Install size
65.5 kB
Created

Readme

Source

dot loader for webpack

Usage

Documentation: Using loaders

var template = require("dot!./file.dot");
// => returns file.dot compiled as template function
module.exports = {
  module: {
    loaders: [
      { test: /\.dot$/, loader: "dot-loader" }
    ]
  }
};

Then you only need to write: require("./file.dot")

FAQs

Last updated on 18 Aug 2017

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