mirror of
https://github.com/nuxt/nuxt.git
synced 2025-01-30 15:22:39 +00:00
misc: Remove options argument
This commit is contained in:
parent
910184301a
commit
36ee372b0b
@ -1,4 +1,4 @@
|
||||
module.exports = function (options) {
|
||||
module.exports = function () {
|
||||
// Add .ts extension for store, middleware and more
|
||||
this.nuxt.options.extensions.push('ts')
|
||||
// Extend build
|
||||
|
Loading…
Reference in New Issue
Block a user