next.js/examples/with-vanilla-extract/next.config.js
next.config.js5 lines177 B
const { createVanillaExtractPlugin } = require("@vanilla-extract/next-plugin");
const withVanillaExtract = createVanillaExtractPlugin();

module.exports = withVanillaExtract();
Quest for Codev2.0.0
/
SIGN IN