You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 26, 2018. It is now read-only.
Module parse failed: Unexpected token (1:33)
You may need an appropriate loader to handle this file type.
module.exports = function Hammer {
| console.log(`[vue-touch] Your should never see this message.
| When you do, your code tried to call 'new Hammer(), but your app has included a stub for HammerJS, provided by vue-touch, instead of the actual HammerJS library.
@ ./node_modules/vue-touch/dist/vue-touch.js 2:73-92
module.exports = function Hammer {}
should be
module.exports = function Hammer() {}
The text was updated successfully, but these errors were encountered:
Module parse failed: Unexpected token (1:33)
You may need an appropriate loader to handle this file type.
module.exports = function Hammer {}
should be
module.exports = function Hammer() {}
The text was updated successfully, but these errors were encountered: