New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

slm-loader

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

slm-loader

SLM/SLIM Template Loader for Webpack

  • 1.0.0-beta.2
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
86
decreased by-35.34%
Maintainers
1
Weekly downloads
 
Created
Source

** Note: Looking for a new maintainer **

Due to the limited support for Angular 2 syntax offered by SLIM/SLM we are migrating to PUG. This project is looking for a new maintainer. If you are using slm-loader and are interested in accepting pull requests I would be happy to transfer the project to you.

slm-loader

SLM/SLIM Template Loader for Webpack

Import SLM/SLIM templates with Webpack.

SLM is a JS port of the Ruby SLIM template language for HTML. This loader allows you to use these templates in your Webpack projects.

Basic Setup

{ test: /\.html\.(slm|slim)/, loader: "slm" }

It is highly recommended to combine slm-loader with the html-loader to get features like minification and handling of src assets such as images

You can also combine it with other HTML template handlers such as ngtemplate-loader if you are using it with AngularJS.

{ test: /\.html\.(slm|slim)$/, loader: 'ngtemplate!html!slm' },

Keywords

FAQs

Package last updated on 29 Dec 2018

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

SocketSocket SOC 2 Logo

Product

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

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc