package.json: Drop ng-cache-loader

We don't have any more angular anywhere

Closes #12774
This commit is contained in:
Matej Marusak 2019-09-12 07:15:15 +02:00 committed by Martin Pitt
parent 1be510a410
commit ed5e33406c
2 changed files with 0 additions and 11 deletions

View File

@ -66,7 +66,6 @@
"less": "^3.0.1",
"less-loader": "^4.0.6",
"mini-css-extract-plugin": "^0.8.0",
"ng-cache-loader": "0.0.26",
"po2json": "^1.0.0-alpha",
"raw-loader": "^0.5.1",
"sizzle": "^2.1.0",

View File

@ -412,16 +412,6 @@ module.exports = {
"less-loader"
]
},
{
test: /views\/[^\/]+\.html$/,
use: [{
loader: 'ng-cache-loader',
options: {
prefix: '[dir]'
}
}]
},
],
}
};