Browse Source

case sensitive filenames

contingency-plan
Rich-Harris 10 years ago
parent
commit
1d500b5e2c
  1. 2
      test/function/default-export-is-not-bound-b/main.js

2
test/function/default-export-is-not-bound-b/main.js

@ -1,3 +1,3 @@
import Foo from './Foo';
import Foo from './foo';
export default new Foo();

Loading…
Cancel
Save