Hello @teux
Version detail
webpack: 5.70.0
ng-cache-loader: 0.0.26
I am using below rules in webpack.config

In test.html
<script type="text/ng-template" id="myTemplate"> ...
</script>
With this line in ts file
require('ng-cache-loader?!../../templates/test.html'),
it shows warning at time of build project, it shows whole template html like

and network call it show blocked status for template fetching like,

Pls guide me for this issue
Hello @teux
Version detail
webpack: 5.70.0
ng-cache-loader: 0.0.26
I am using below rules in webpack.config

In test.html
<script type="text/ng-template" id="myTemplate"> ... </script>With this line in ts file

require('ng-cache-loader?!../../templates/test.html'),
it shows warning at time of build project, it shows whole template html like
and network call it show blocked status for template fetching like,

Pls guide me for this issue