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:
@ -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",
|
||||
}),
|
||||
|
Reference in New Issue
Block a user