mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-23 14:15:13 +00:00
No need to use next
This commit is contained in:
parent
4f9684e117
commit
b6d82a7c5b
@ -1,4 +1,4 @@
|
||||
module.exports = function (options, next) {
|
||||
module.exports = function (options) {
|
||||
// Extend build
|
||||
this.extendBuild((config) => {
|
||||
// Add TypeScript loader
|
||||
@ -13,6 +13,4 @@ module.exports = function (options, next) {
|
||||
}
|
||||
}
|
||||
})
|
||||
|
||||
next()
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user