Firefox 69 will no longer look for this file automatically. You need to tell it to look. Here's how:
$ tree -I node_modules
.
├── package.json
├── package-lock.json
├── tsconfig.json
└── wwwroot
└── app
├── r2
│ ├── index.d.ts
│ ├── index.js
│ ├── index.js.map
│ └── index.ts
└── test
├── index.d.ts
├── index.js
├── index.js.map
└── index.ts
4 directories, 11 files
$ cat wwwroot/app/r2/index.ts
import Test from '../test/index';
class R2 extends Test {
}
export { R2 };
$ cat wwwroot/app/r2/index.js
import Test from '../test/index';
class R2 extends Test {
}
export { R2 };
//# sourceMappingURL=index.js.map
>>
каждый раз будет открывать файл зановоВот какой-нибудь
откроет файл один раз и всё