itgalaxy / nunjucks-webpack-plugin

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

Webpack 4 Support? #8

Closed burt202 closed 6 years ago

burt202 commented 6 years ago

Do we know if this plugin has support for webpack v4? I have a relatively simple setup and am getting the following error:

TypeError: compilation.fileDependencies.indexOf is not a function
    at fileDependencies.forEach.file (/....../node_modules/nunjucks-webpack-plugin/src/NunjucksWebpackPlugin.js:107:42)

Any ideas?

alexander-akait commented 6 years ago

@burt202 need PR for solve this problem, PR welcome :+1:

burt202 commented 6 years ago

PR created at https://github.com/itgalaxy/nunjucks-webpack-plugin/pull/9

alexander-akait commented 6 years ago

Done in 4.0.1. Thanks!