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: {
|
typescript: {
|
||||||
ignoreBuildErrors: true,
|
ignoreBuildErrors: true,
|
||||||
},
|
},
|
||||||
|
compiler: {
|
||||||
|
removeConsole: {
|
||||||
|
exclude: ['error'],
|
||||||
|
},
|
||||||
|
},
|
||||||
workboxOpts: {
|
workboxOpts: {
|
||||||
runtimeCaching: [
|
runtimeCaching: [
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue