WICG / virtual-scroller

Other
2k stars 83 forks source link

Revert "Consistently use .mjs to denote modules" #125

Closed valdrinkoshi closed 6 years ago

valdrinkoshi commented 6 years ago

Reverts valdrinkoshi/virtual-scroller#112

Reverting this as it breaks npm run format: clang-format doesn't seem to handle .mjs files. Also, we should update the README.md to explain how to serve *.mjs files (should provide the right MIME type). python -m SimpleHTTPServer 8081 doesn't do that.