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')
8
8
const componentNormalizerPath = normalize . lib ( 'runtime/component-normalizer' )
9
9
10
10
module . exports = function ( content ) {
11
- this . cacheable ( )
12
-
13
11
let output = ''
14
12
15
13
const loaderContext = this
Original file line number Diff line number Diff line change @@ -6,7 +6,6 @@ const trim = require('./plugins/trim')
6
6
const scopeId = require ( './plugins/scope-id' )
7
7
8
8
module . exports = function ( css , map ) {
9
- this . cacheable ( )
10
9
const cb = this . async ( )
11
10
const loaderOptions = loaderUtils . getOptions ( this ) || { }
12
11
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')
8
8
const transformSrcset = require ( './modules/transform-srcset' )
9
9
10
10
module . exports = function ( html ) {
11
- this . cacheable ( )
12
11
const isServer = this . target === 'node'
13
12
const isProduction = this . minimize || process . env . NODE_ENV === 'production'
14
13
const vueOptions = this . _compilation . __vueOptions__ || { }
Original file line number Diff line number Diff line change @@ -4,7 +4,6 @@ const cons = require('consolidate')
4
4
const loaderUtils = require ( 'loader-utils' )
5
5
6
6
module . exports = function ( content ) {
7
- this . cacheable && this . cacheable ( )
8
7
const callback = this . async ( )
9
8
const opt = loaderUtils . getOptions ( this ) || { }
10
9
You can’t perform that action at this time.
0 commit comments