- Version:15.2.1
- Platform:window 10
- Subsystem:IMPORT
What steps will reproduce the bug?
a.js
import {b} from "./B.js";
b.js
export {b};
const b = 10;
package.json
{
"version": "1.0.0",
"type": "module",
"private": true
}
How often does it reproduce? Is there a required condition?
Always
What is the expected behavior?
B.js not found (Uppercase)
What do you see instead?
no errors
Additional information
It creates error on linux
What steps will reproduce the bug?
a.js
b.js
package.json
{ "version": "1.0.0", "type": "module", "private": true }How often does it reproduce? Is there a required condition?
Always
What is the expected behavior?
B.js not found (Uppercase)
What do you see instead?
no errors
Additional information
It creates error on linux