Releases: itgalaxy/nunjucks-webpack-plugin
Releases · itgalaxy/nunjucks-webpack-plugin
5.0.0
4.0.1
- Fixed: support
webpack@4.
4.0.0
- Feature: adds ability to pass
configureasnunjucks.Environment. - Fixed: all errors are sent into
compilation.errorsnow. - Fixed: use
fs-extrato output file whenwriteToFileEmit: true. - Changed: rename option from
writeToFileWhenMemoryFstowriteToFileEmit. - Changed: all
templatesnow always emitted in webpack assets. - Changed: rename options from
templatetotemplates. - Changed: option
templatesshould be always array. - Removed:
webpack@1support. - Refactor: simplify code.
3.0.0
- Chore: support
webpackv3. - Changed: minimum required
nodejsversion is now4.3
2.0.2
- Fixed: now templates is written at the first start in
watch.
2.0.1
- Fixed: don't write templates in memory filesystem when they writes on disk.
2.0.0
- Added: support
writeToFileWhenMemoryFsoption for each template. - Changed:
writeToFileWhenMemoryFsdefault false. - Fixed: option
writeToFileWhenMemoryFsnow works right. - Fixed: memory leak in watch mode.
- Fixed: rendered templates don't overwrite if not changed source.
1.0.0
- Initial public release.