# babel-loader-source-map-bug-repro **Repository Path**: mirrors_felixfbecker/babel-loader-source-map-bug-repro ## Basic Information - **Project Name**: babel-loader-source-map-bug-repro - **Description**: Repro for https://github.com/babel/babel-loader/issues/770 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-09-24 - **Last Updated**: 2026-03-22 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README How to reproduce: ``` npm install npx webpack ``` The logs will be full of entries like this: ```js { identifier: '../../../src/internal/util/toSubscriber.ts', shortIdentifier: '../../../src/internal/util/toSubscriber.ts', resource: '../../../src/internal/util/toSubscriber.ts', resourcePath: '../../../src/internal/util/toSubscriber.ts', absoluteResourcePath: '../../../src/internal/util/toSubscriber.ts', allLoaders: '', query: '', moduleId: '', hash: '5f60', namespace: '' } ``` Note how `absoluteResourcePath` is not absolute. The entry for `main.js` is absolute, but not for files inside rxjs.