I have an ASP.NET 5 project with a plenty of Node.js modules. They are installed under the node_modules
folder.
In the development environment (environment=development), I started copying all the modules to wwwroot\lib
manually. When that became tedious, I wrote a Gulp task to copy them. Now there are plenty of tasks.
Is there any ASP.NET project setting so the modules can be loaded from the node_modules
folder at the root rather than from the wwwroot\lib
?