Adding more releases, and sorting SASS
This commit is contained in:
@@ -1,6 +1,18 @@
|
||||
import type { NextConfig } from "next";
|
||||
|
||||
const nextConfig: NextConfig = {
|
||||
sassOptions: {
|
||||
// Silence noisy deprecation warnings coming from dependencies like Bootstrap.
|
||||
quietDeps: true,
|
||||
// Dart Sass deprecations still trigger via @import; explicitly mute them.
|
||||
silenceDeprecations: [
|
||||
"import",
|
||||
"global-builtin",
|
||||
"if-function",
|
||||
"legacy-js-api",
|
||||
"color-functions",
|
||||
],
|
||||
},
|
||||
};
|
||||
|
||||
export default nextConfig;
|
||||
|
||||
Reference in New Issue
Block a user