Skip to content

Commit

Permalink
fix: Add vanilaExtract setting to next.config.mjs
Browse files Browse the repository at this point in the history
  • Loading branch information
hwangjokim committed Sep 10, 2024
1 parent 1644ae6 commit 6a05a19
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions next.config.mjs
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
/** @type {import('next').NextConfig} */
import { createVanillaExtractPlugin } from '@vanilla-extract/next-plugin';
const withVanillaExtract = createVanillaExtractPlugin();

const nextConfig = {
webpack(config) {
// SVG imports를 처리하는 기존 규칙 가져오기
Expand Down

0 comments on commit 6a05a19

Please sign in to comment.