mirror of
https://github.com/nuxt/nuxt.git
synced 2025-02-06 21:10:38 +00:00
refactor: remove unnecessary if due to templatepath must be html
This commit is contained in:
parent
c4ff71438c
commit
894a2f31b6
@ -6,11 +6,6 @@ module.exports = function (source) {
|
|||||||
this.cacheable()
|
this.cacheable()
|
||||||
}
|
}
|
||||||
|
|
||||||
// Skip .js files
|
|
||||||
if (/\.js$/.test(this.resourcePath)) {
|
|
||||||
return source
|
|
||||||
}
|
|
||||||
|
|
||||||
// The following part renders the tempalte with lodash as aminimalistic loader
|
// The following part renders the tempalte with lodash as aminimalistic loader
|
||||||
//
|
//
|
||||||
// Get templating options
|
// Get templating options
|
||||||
|
Loading…
Reference in New Issue
Block a user