We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 01cf322 commit bdb13beCopy full SHA for bdb13be
lib/loaders/pitcher.js
@@ -72,7 +72,10 @@ module.exports.pitch = function (remainingRequest) {
72
// for templates: inject the template compiler & optional cache
73
if (query.type === `template`) {
74
const cacheLoader = cacheDirectory && cacheIdentifier
75
- ? [`cache-loader?${JSON.stringify(options)}`]
+ ? [`cache-loader?${JSON.stringify({
76
+ cacheDirectory,
77
+ cacheIdentifier: cacheIdentifier + '-vue-loader-template'
78
+ })}`]
79
: []
80
const request = genRequest([
81
...cacheLoader,
0 commit comments