Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@webdiscus/pug-loader

Package Overview
Dependencies
Maintainers
1
Versions
71
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@webdiscus/pug-loader - npm Package Versions

1
67

1.0.0

Diff

Changelog

Source

1.0.0 (2021-10-19)

First release

  • supports Webpack 5 and Pug 3
  • supports all features and options of original pugjs/pug-loader
  • up to 4x faster than original pugjs/pug-loader at webpack starting
  • up to 8x faster than original pugjs/pug-loader at webpack watching during compile changes in dependencies
  • supports Webpack resolve.alias, work fine with and without the prefixes ~ or @, e.g. this works:
    • extends UIComponents/layout.pug
    • extends ~UIComponents/layout.pug
    • extends @UIComponents/layout.pug
    • include UIComponents/mixins.pug
    • include ~UIComponents/mixins.pug
    • include @UIComponents/mixins.pug
    • include:markdown-it UIComponents/components.md
    • - const colors = require('UIComponents/colors.json')
    • img(src=require('UIComponents/image.jpeg'))
    • const tmpl = require('UIComponents/index.pug');
  • supports watching of changes in all dependencies
  • all features have integration tests processed through a webpack runner
1
67
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