mirror of
https://github.com/jakejarvis/jarv.is.git
synced 2025-07-19 14:25:31 -04:00
update dependabot config
https://github.blog/changelog/2022-05-10-dependabot-keeps-types-dependencies-in-sync-with-updated-packages/
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
/**
|
||||
* @typedef {import("next").NextConfig} NextConfig
|
||||
*/
|
||||
|
||||
const path = require("path");
|
||||
const { PHASE_DEVELOPMENT_SERVER } = require("next/constants");
|
||||
const withPlugins = require("next-compose-plugins");
|
||||
@@ -15,7 +19,7 @@ module.exports = (phase, { defaultConfig }) => {
|
||||
];
|
||||
|
||||
/**
|
||||
* @type {import("next").NextConfig}
|
||||
* @type {NextConfig}
|
||||
*/
|
||||
const nextConfig = {
|
||||
swcMinify: true,
|
||||
|
Reference in New Issue
Block a user