WARNING in ./~/rxjs/Observable/IntervalObservable.js
There is another module with an equal name when case is ignored.
This can lead to unexpected behavior when compiling on a filesystem with other case-semantic.
Rename module if multiple modules are expected or use equal casing if one module is expected.
import { IntervalObservable } from "rxjs/observable/IntervalObservable";
import 'rxjs/add/observable/interval';
이거 2개를 import 했다. 하나만 하자.
?? require 할때 대소문자 문제
http://purpleops.com/articles/webpack-filename-case-warnings/
반응형
'오류관리' 카테고리의 다른 글
[SQL ERROR] SQLErrorCodesFactory 126 (0) | 2016.11.29 |
---|---|
[Bitbucket] Webstorm Bitbucket Pull Error (0) | 2016.10.06 |
[NPM] PEER DEPENDENCY? RC5? (2) | 2016.08.17 |
[환경변수 설정] the environment variable java_home does not point to a valid jvm installation (0) | 2016.08.17 |
[Browser] WebSocket is already in CLOSING or CLOSED state. (0) | 2016.08.16 |