https://github.com/unlight/webpack-resolve-alias-playground
https://github.com/unlight/webpack-resolve-alias-playground
Last synced: 7 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/unlight/webpack-resolve-alias-playground
- Owner: unlight
- Created: 2017-10-22T15:43:00.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-10-22T15:47:20.000Z (over 8 years ago)
- Last Synced: 2024-12-27T01:25:36.808Z (over 1 year ago)
- Language: TypeScript
- Size: 1000 Bytes
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
```
// RxJS since 5.5+
import { Observable as Observable1 } from 'rxjs';
import { Observable as Observable2 } from 'rxjs/Observable';
console.log(Observable2 === Observable1); // => false, but expected true
```