add nextjs app: yoga-app
This commit is contained in:
@@ -3,6 +3,33 @@ import type { NextConfig } from "next";
|
||||
const nextConfig: NextConfig = {
|
||||
/* config options here */
|
||||
output: "standalone",
|
||||
sassOptions: {
|
||||
silenceDeprecations: [
|
||||
'abs-percent',
|
||||
'bogus-combinators',
|
||||
'call-string',
|
||||
'color-4-api',
|
||||
'color-functions',
|
||||
'color-module-compat',
|
||||
'css-function-mixin',
|
||||
'duplicate-var-flags',
|
||||
'elseif',
|
||||
'feature-exists',
|
||||
'fs-importer-cwd',
|
||||
'function-units',
|
||||
'global-builtin',
|
||||
'import',
|
||||
'legacy-js-api',
|
||||
'mixed-decls',
|
||||
'moz-document',
|
||||
'new-global',
|
||||
'null-alpha',
|
||||
'relative-canonical',
|
||||
'slash-div',
|
||||
'strict-unary',
|
||||
// 'user-authored',
|
||||
]
|
||||
}
|
||||
};
|
||||
|
||||
export default nextConfig;
|
||||
|
||||
Reference in New Issue
Block a user