inch-ci / inch_ci-web

Web frontend for Inch CI
http://inch-ci.org/
MIT License
139 stars 20 forks source link

Seems confused by ES6 modules #116

Closed kasperisager closed 8 years ago

kasperisager commented 8 years ago

For some reason in http://inch-ci.org/github/kasperisager/doem both ES6 exported functions (export default ...) and the CJS exports module.exports show up for the same functions. I remember this not being the case when I initially set up the project. Any ideas as to what the issue might be?

rrrene commented 8 years ago

Mmmh, actually I have no idea. I've had problems with ES6 from the beginning. Guess I will have to spend some time with the JS implementation of Inch (in order to figure this out).

Thx for the report! :+1:

kasperisager commented 8 years ago

This seems to have been fixed so I'll go ahead and close it 🎉