mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-29 17:07:22 +00:00
fix
This commit is contained in:
parent
4390b44814
commit
b59ccb1935
@ -41,7 +41,7 @@ const defaults = {
|
||||
export default async function () {
|
||||
const s = Date.now()
|
||||
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
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user