Closing the case.
Hi
first of all - thank you for your assistance :-)
Could be because of bundles files was under source control (TFS)? - read-only files, but I am not sure... Anyway bundles folder as with node_modules folder should not be under source control.
It would be nice to get a warning if "npm run create-bundles" can't update the bundle files.
Another lesson learned (with gulp and ANZ 7.1) - JavaScript ES6 is not supported. Fx. "arrow function" and "const".
Thanks
Hi,
I send you an email :-)
so "arrow function" and eg. "const" is not supported, meaning that JavaScript ES6 is not supported right?
Hi,
I am using Core Mvc jQuery - so no Angular in yarn.lock - as far as I can see.
Hi,
got it working with webpack - problem was I commented a line (with // ) in the bundle.json file. Looked OK in the VS editor, but "npm run create-bundle" failed...
So now the bundles build - but the auto generate/update of bundles as in v6.x is not working. I have to manualley run "npm run create-bundle".
Next problem..., after re-run of "npm run create-bundle" the App goes to this error after login. Maybe something related to .min.css /.min.js - vs: .css/.js, but not sure....