hammerjs / hammer.js

A javascript library for multi-touch gestures :// You can touch this

Home Page:http://hammerjs.github.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

browser support: Invalid import statements

tobiu opened this issue · comments

Any plans to add file extensions to the import statements?

Browsers can handle JS modules on their own without the need for build processes, but they can obviously only handle imports which don't follow the specs and use the real file names.

(working on this one: https://github.com/neomjs/neo)