You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
An unhandled exception occurred: ENOENT: no such file or directory, scandir ''
I did it all on clear angular project. Please help.
The text was updated successfully, but these errors were encountered:
BartolomeoItaliano
changed the title
Add support for angular projects, remove top level awaits
An unhandled exception occurred: ENOENT: no such file or directory, scandir
Dec 23, 2024
This example block of code fails whenever added to angular project:
I enabled custom webpack builder in angular.json:
"builder": "@angular-builders/custom-webpack:browser",
and setup my "webpack.config.js" file like this:
But still I receive this error:
An unhandled exception occurred: ENOENT: no such file or directory, scandir ''
I did it all on clear angular project. Please help.
The text was updated successfully, but these errors were encountered: