chore(preconstruct): inline css via babel config, add themes package
This commit is contained in:
Executable
+9
@@ -0,0 +1,9 @@
|
||||
const withPreconstruct = require('@preconstruct/next');
|
||||
|
||||
/** @type {import('next').NextConfig} */
|
||||
const nextConfig = {
|
||||
reactStrictMode: true,
|
||||
swcMinify: true,
|
||||
};
|
||||
|
||||
module.exports = withPreconstruct({ ...nextConfig });
|
||||
Reference in New Issue
Block a user