Removes commented code
This commit is contained in:
parent
d4ad0e23f1
commit
a46c9a3596
|
@ -1,9 +1,5 @@
|
|||
const { i18n } = require('./next-i18next.config')
|
||||
|
||||
// const withBundleAnalyzer = require('@next/bundle-analyzer')({
|
||||
// enabled: process.env.ANALYZE === 'true',
|
||||
// })
|
||||
|
||||
const moduleExports = {
|
||||
i18n,
|
||||
async redirects() {
|
||||
|
|
|
@ -1280,6 +1280,11 @@
|
|||
"@nodelib/fs.scandir" "2.1.5"
|
||||
fastq "^1.6.0"
|
||||
|
||||
"@polka/url@^1.0.0-next.20":
|
||||
version "1.0.0-next.21"
|
||||
resolved "https://registry.yarnpkg.com/@polka/url/-/url-1.0.0-next.21.tgz#5de5a2385a35309427f6011992b544514d559aa1"
|
||||
integrity sha512-a5Sab1C4/icpTZVzZc5Ghpz88yQtGOyNqYXcZgOssB2uuAr+wF/MvN6bgtW32q7HHrvBki+BsZ0OuNv6EV3K9g==
|
||||
|
||||
"@popperjs/core@^2.9.0", "@popperjs/core@^2.9.2":
|
||||
version "2.11.4"
|
||||
resolved "https://registry.yarnpkg.com/@popperjs/core/-/core-2.11.4.tgz#d8c7b8db9226d2d7664553a0741ad7d0397ee503"
|
||||
|
|
Loading…
Reference in New Issue