preboot / angular-webpack

A complete, yet simple, starter for Angular v2+ using webpack
MIT License
1.29k stars 556 forks source link

Module build failed: Error: Could not find custom rule directory #270

Open troymclure1 opened 7 years ago

troymclure1 commented 7 years ago

Hi There,

I'm loving your boiler plate project, thanks!

I have cloned the project and then created another project as a dependency ("test-project": "git://github.com/user/test-project.git#master"). The projects are identical, and when I try to import the dependency, it's being linted and causes the error above. Is there anyway to stop this error from occurring when I try to included a dependant project using your boiler plate?

Troy