Compare commits

..

No commits in common. "a8aba6b4f11341d9e4a5bbe8ad23d6f5a7ad232e" and "70a015cb01699056913545c255f786b8341e2b40" have entirely different histories.

1 changed files with 2 additions and 2 deletions

View File

@ -29,8 +29,8 @@ const productionGzipExtensions = [
'ico',
]
// gzip
// const isPro = process.env.NODE_ENV === 'production'
const isPro = false
const isPro = process.env.NODE_ENV === 'production'
// const isPro = false
if (donation) donationConsole()
const { version, author } = require('./package.json')
const Webpack = require('webpack')