1
mirror of https://github.com/jakejarvis/jarv.is.git synced 2025-06-30 23:21:29 -04:00

bump next to v12.0.10

This commit is contained in:
2022-02-01 13:49:08 -05:00
parent 2e65d0ef4a
commit 83f06d2abd
3 changed files with 173 additions and 136 deletions

View File

@ -12,6 +12,10 @@ module.exports = (phase, { defaultConfig }) => {
return withPlugins(
[
require("next-transpile-modules")([
// fixes some mystery issues in the noVNC library
"@novnc/novnc",
]),
require("@next/bundle-analyzer")({
enabled: process.env.ANALYZE === "true",
}),