### Command build ### Is this a regression? - [ ] Yes, this behavior used to work in the previous version ### The previous version in which this bug was not present was _No response_ ### Description When trying to use dynamic import like this ``` typescript const name = 'test'; const component = await import(`../${name}`); ``` It is not working and build returns error *No loader is configured for ".html"* ### Minimal Reproduction git checkout https://github.com/kukjevov/ng-universal-demo cd ng-universal-demo git checkout import/2.0 npm install npm run build ### Exception or Error ```text No loader is configured for ".html" files: app/pages/+default/test/test.component.html app/pages/+default/home/home.component.ts:12:39: 12 │ const component = await import(`../${name}`); ``` ### Your Environment ```text Libs - @angular/core version: 17.3.6 - @angular-devkit/build-angular version: 17.3.6 - @angular-builders/custom-esbuild version: 17.1.2 For Tooling issues: - Node version: 20.13.0 - Platform: Windows ``` ### Anything else relevant? _No response_