itgalaxy / nunjucks-webpack-plugin

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

Watch mode doesn't work on windows #7

Open romanmarkelov opened 6 years ago

romanmarkelov commented 6 years ago

Hi! Watch mode doesn't work on windows.

os: windows 10
webpack: 3.8.1
nunjucks-webpack-plugin: 4.0.0

example

lexcode commented 6 years ago

Hi @webmarkelov do you have an example of how I could read my templates automatic and generate them without specifying them manually in webpack.config?

thanks

romanmarkelov commented 6 years ago

No, I don’t have. I think it imposible the plugin expects an array with data.

alexander-akait commented 6 years ago

PR welcome!

alimzhanovamir commented 5 years ago

Hi @webmarkelov do you have an example of how I could read my templates automatic and generate them without specifying them manually in webpack.config?

thanks

Install and run on windows this webpack config, to see bug. Steps:

  1. npm run dev;
  2. change one of the files .njk.