nunjucks-loader

Webpack loader for Nunjucks templates

MIT License

Downloads
8.1K
Stars
28
Committers
3

Bot releases are hidden (Show)

nunjucks-loader - 1.0.0-alpha.4

Published by ogonkov about 5 years ago

  • Update readme with default options description
  • Add support of globals in template
nunjucks-loader - 1.0.0-alpha.3

Published by ogonkov about 5 years ago

Fixes:

  • Shiny new schema.json that is required for options validation was missing from npm package.
nunjucks-loader - 1.0.0-alpha.2

Published by ogonkov about 5 years ago

New:

  • Add support for base paths, that tells Nunjucks where is templates live;
  • Add options validation.

Fixes:

  • Rendering of dependant templates of dependant templates actually didn't work before. Now it's OK.
nunjucks-loader - 1.0.0-alpha.1

Published by ogonkov over 5 years ago

Fix package in npm contains outdated build of loader.

nunjucks-loader - First version

Published by ogonkov over 5 years ago

Working demo, with support of basic cases of templates precompile, and webpack chunks creating.