mirror of https://github.com/fantasticit/think.git
client: remove console
This commit is contained in:
parent
bed61365cd
commit
6a9a387f4f
|
@ -24,6 +24,11 @@ const nextConfig = semi({
|
|||
typescript: {
|
||||
ignoreBuildErrors: true,
|
||||
},
|
||||
compiler: {
|
||||
removeConsole: {
|
||||
exclude: ['error'],
|
||||
},
|
||||
},
|
||||
workboxOpts: {
|
||||
runtimeCaching: [
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue