mirror of
https://github.com/nuxt/nuxt.git
synced 2025-01-30 23:32: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()
|
||||
}
|
||||
|
||||
// Skip .js files
|
||||
if (/\.js$/.test(this.resourcePath)) {
|
||||
return source
|
||||
}
|
||||
|
||||
// The following part renders the tempalte with lodash as aminimalistic loader
|
||||
//
|
||||
// Get templating options
|
||||
|
Loading…
Reference in New Issue
Block a user