dschaefer / eclipse-two

A prototype IDE based on Electron
Eclipse Public License 1.0
92 stars 10 forks source link

Fix bug in case-sensitive filesystems #3

Closed libeanim closed 7 years ago

libeanim commented 7 years ago

Babel transpiles the source files to the './dist' folder with the first character beeing uppercase. In case-sensitive file systems a reference with lowercase won't work.

dschaefer commented 7 years ago

That reminds me I need to test on Linux :). Thanks!