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.
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.