Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | ||||
4 | 5 | 6 | 7 | 8 | 9 | 10 |
11 | 12 | 13 | 14 | 15 | 16 | 17 |
18 | 19 | 20 | 21 | 22 | 23 | 24 |
25 | 26 | 27 | 28 | 29 | 30 | 31 |
Tags
- Console
- 스토리북
- C++
- priority queue
- scss
- 기본 수학 2단계
- frontend
- baekjoon
- 블록체인
- 에러
- TypeScript
- SASS
- bip39
- three.js
- SVG
- 백준
- 기본수학1단계
- 지갑
- Storybook
- 코딩
- 프로그래밍
- 우선순위 큐
- 니모닉
- algorithm
- React
- Blockchain
- 풀이
- 알고리즘
- Mnemonic
- 리액트
Archives
- Today
- Total
목록error (1)
Moong

storybook에서 sass 파일을 불러올 때 에러가 나는 경우 추가적인 설정을 해주어야 합니다! 1. 라이브러리 설치 (storybook/addon-styling, sass) @storybook/addon-styling 와 sass를 설치합니다. # yarn yarn add -D @storybook/addon-styling sass # npm npm install -D @storybook/addon-styling sass 2. main.ts addons에 sass 추가하기 .storybook > main.ts addons에 sass를 추가해주면 됩니다. // main.ts import type { StorybookConfig } from "@storybook/react-webpack5"; const ..
React
2023. 5. 4. 13:59