chore: remove legacy references

This commit is contained in:
Mo
2022-02-18 07:35:27 -06:00
parent bc45de813d
commit d27916fc28
6 changed files with 4 additions and 39 deletions

View File

@@ -76,29 +76,6 @@ module.exports = (env) => {
test: /\.svg$/i,
use: ['@svgr/webpack'],
},
{
test: /\.html$/,
exclude: [path.resolve(__dirname, 'index.html')],
use: [
{
loader: 'ng-cache-loader',
options: {
prefix: 'templates:**',
},
},
],
},
{
test: /\.pug$/,
use: [
{
loader: 'apply-loader',
},
{
loader: 'pug-loader',
},
],
},
],
},
};