How to use the pug-load.resolve function in pug-load

To help you get started, we’ve selected a few pug-load examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github pugjs / pug / packages / pug / lib / index.js View on Github external
resolve: function (filename, source, loadOptions) {
      var replacementFunc = findReplacementFunc(plugins, 'resolve');
      if (replacementFunc) {
        return replacementFunc(filename, source, options);
      }

      return load.resolve(filename, source, loadOptions);
    },
    read: function (filename, loadOptions) {

pug-load

The Pug loader is responsible for loading the depenendencies of a given Pug file.

MIT
Latest version published 4 years ago

Package Health Score

80 / 100
Full package analysis