Warnings after latest update 0.6.9
See original GitHub issueAfter the recent update (0.6.9) i have started getting these warning. My RxJS is at version 5.0.3
WARNING in ./~/rxjs/rx.js
There are multiple modules with names that only differ in casing.
This can lead to unexpected behavior when compiling on a filesystem with other case-semantic.
Use equal casing. Compare these module identifiers:
* /Users/hassan/Code/node_modules/rxjs/Rx.js
Used by 4 module(s), i. e.
/Users/hassan/Code/node_modules/@ngtools/webpack/src/index.js!/Users/hassan/Code/src/app/catalog/services/catalog.service.ts
* /Users/hassan/Code/node_modules/rxjs/rx.js
Used by 1 module(s), i. e.
/Users/hassan/Code/node_modules/ng2-responsive/config/config.js
Anything i can do to fix it?
Issue Analytics
- State:
- Created 7 years ago
- Reactions:1
- Comments:6 (3 by maintainers)
Top Results From Across the Web
Update 0.6.9 - the Wiki - Wargaming
Update 0.6.9 ushers in unique “hero” Commanders who provide their ships with special bonuses and talents in battle — they're even marked ...
Read more >Update 0.6.9 Feedback - Bug Reports - Archive
When installing the game the launcher does not appear after clicking on World of Warships all methods to launch the game thus far...
Read more >Deadeye Deepfake Simulacrum update for 14 October 2022
Fixed a major issue in the Prison Break mission. If you followed all instructions, the mission would soft lock forcing you to start...
Read more >Warnings with webpack · Issue #111 - GitHub
When this package is bundled with webpack, warnings are emitted ("Critical dependency: the request of a dependency is an expression") ...
Read more >Dasha Presents Update 0.6.9: Yamamoto | World of Warships
This new permanent Campaign challenges even the most seasoned sea wolves in a series of Admiral Yamamoto's historical battles. All players with ...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
BTW - Why dont we import it from
rxjs
directly rather thanrxjs/rx
? I believe rxjs exports are all present in the barrel file.Thanks @ManuCutillas ! The warnings went away after the update.