Skip to content

Commit 6ff6784

Browse files
committed
chore: remove outdated comment
1 parent c954f32 commit 6ff6784

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/loaders/templateLoader.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ const { genTemplateHotReloadCode } = require('../codegen/hotReload')
66
// Loader that compiles raw template into JavaScript functions.
77
// This is injected by the global pitcher (../pitch) for template
88
// selection requests initiated from vue files.
9-
// Also handles lang="xxx" pre-processing via consolidate if necessary.
109
module.exports = function (source) {
1110
const loaderContext = this
1211
const query = qs.parse(this.resourceQuery.slice(1))

0 commit comments

Comments
 (0)