nunjucks-webpack-plugin icon indicating copy to clipboard operation
nunjucks-webpack-plugin copied to clipboard

Watch mode doesn't work on windows

Open romanmarkelov opened this issue 8 years ago • 4 comments

Hi! Watch mode doesn't work on windows.

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

example

romanmarkelov avatar Nov 24 '17 06:11 romanmarkelov

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

lexcode avatar Feb 22 '18 17:02 lexcode

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

romanmarkelov avatar Feb 22 '18 18:02 romanmarkelov

PR welcome!

alexander-akait avatar Feb 23 '18 12:02 alexander-akait

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.

alimzhanovamir avatar Jun 29 '19 15:06 alimzhanovamir