Compare commits
No commits in common. "a8aba6b4f11341d9e4a5bbe8ad23d6f5a7ad232e" and "70a015cb01699056913545c255f786b8341e2b40" have entirely different histories.
a8aba6b4f1
...
70a015cb01
|
@ -29,8 +29,8 @@ const productionGzipExtensions = [
|
||||||
'ico',
|
'ico',
|
||||||
]
|
]
|
||||||
// 是否开启gzip压缩
|
// 是否开启gzip压缩
|
||||||
// const isPro = process.env.NODE_ENV === 'production'
|
const isPro = process.env.NODE_ENV === 'production'
|
||||||
const isPro = false
|
// const isPro = false
|
||||||
if (donation) donationConsole()
|
if (donation) donationConsole()
|
||||||
const { version, author } = require('./package.json')
|
const { version, author } = require('./package.json')
|
||||||
const Webpack = require('webpack')
|
const Webpack = require('webpack')
|
||||||
|
|
Loading…
Reference in New Issue