Compare commits

...

2 Commits

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')