mirror of
https://github.com/nuxt/nuxt.git
synced 2024-12-02 02:17:15 +00:00
fix
This commit is contained in:
parent
4390b44814
commit
b59ccb1935
@ -41,7 +41,7 @@ const defaults = {
|
|||||||
export default async function () {
|
export default async function () {
|
||||||
const s = Date.now()
|
const s = Date.now()
|
||||||
let errors = []
|
let errors = []
|
||||||
if (this.options.generate.minify === true) delete this.options.generate.minify
|
if (this.options.generate && this.options.generate.minify === true) delete this.options.generate.minify
|
||||||
/*
|
/*
|
||||||
** Set variables
|
** Set variables
|
||||||
*/
|
*/
|
||||||
|
Loading…
Reference in New Issue
Block a user