rollup으로 번들한 모듈에서 Can't resolve ./index.scss 에러 발생
문제가 되는 코드
const style = require('./index.scss');
해결
import style from './index.scss';'JavaScript > Error' 카테고리의 다른 글
| safari relatedTarget = null 이슈 (0) | 2021.01.11 |
|---|---|
| IE Object doesn't support property or method 'assign' (0) | 2020.08.13 |
| [webpack] file-loader 와 url-loader 가 작동 안하는 이슈 해결 방법 (0) | 2020.02.04 |
| TypeError: Cannot read property 'range' of null (0) | 2019.09.25 |
| [webpack] Invalid Host header (0) | 2019.09.09 |