itgalaxy / nunjucks-webpack-plugin

A webpack plugin for nunjucks.
MIT License
27 stars 12 forks source link

Provide way to modify Environment #3

Closed aendra-rininsland closed 6 years ago

aendra-rininsland commented 7 years ago

One thing I've noticed when using nunjucks-webpack-plugin is that there doesn't seem to be any way of modifying the Environment, which is pretty crucial if you're wanting to use custom filters or plugins or whathaveyou. Having the ability to do so is kind of necessary for our use case.

(Awesome plugin regardless though!)