File tree Expand file tree Collapse file tree 4 files changed +0
-5
lines changed Expand file tree Collapse file tree 4 files changed +0
-5
lines changed Original file line number Diff line number Diff line change @@ -8,8 +8,6 @@ const hotReloadAPIPath = normalize.dep('vue-hot-reload-api')
88const componentNormalizerPath = normalize . lib ( 'runtime/component-normalizer' )
99
1010module . exports = function ( content ) {
11- this . cacheable ( )
12-
1311 let output = ''
1412
1513 const loaderContext = this
Original file line number Diff line number Diff line change @@ -6,7 +6,6 @@ const trim = require('./plugins/trim')
66const scopeId = require ( './plugins/scope-id' )
77
88module . exports = function ( css , map ) {
9- this . cacheable ( )
109 const cb = this . async ( )
1110 const loaderOptions = loaderUtils . getOptions ( this ) || { }
1211 const inlineConfig = ( this . _compilation . __vueOptions__ || { } ) . postcss
Original file line number Diff line number Diff line change @@ -8,7 +8,6 @@ const transformRequire = require('./modules/transform-require')
88const transformSrcset = require ( './modules/transform-srcset' )
99
1010module . exports = function ( html ) {
11- this . cacheable ( )
1211 const isServer = this . target === 'node'
1312 const isProduction = this . minimize || process . env . NODE_ENV === 'production'
1413 const vueOptions = this . _compilation . __vueOptions__ || { }
Original file line number Diff line number Diff line change @@ -4,7 +4,6 @@ const cons = require('consolidate')
44const loaderUtils = require ( 'loader-utils' )
55
66module . exports = function ( content ) {
7- this . cacheable && this . cacheable ( )
87 const callback = this . async ( )
98 const opt = loaderUtils . getOptions ( this ) || { }
109
You can’t perform that action at this time.
0 commit comments