vue-mapbox icon indicating copy to clipboard operation
vue-mapbox copied to clipboard

SyntaxError: Unexpected token ...

Open morfair opened this issue 5 years ago • 0 comments

I'm started with first simple example from this page: https://soal.github.io/vue-mapbox/guide/basemap.html#adding-map-component

But get error:

SyntaxError: Unexpected token ...
    at Object../node_modules/vue-mapbox/src/lib/withEvents.js (0.js:498)
    at __webpack_require__ (app.js:767)
    at fn (app.js:130)
    at eval (cjs.js?!./node_modules/babel-loader/lib/index.js!./node_modules/cache-loader/dist/cjs.js?!./node_mo…:9)
    at Module../node_modules/cache-loader/dist/cjs.js?!./node_modules/babel-loader/lib/index.js!./node_modules/cache-loader/dist/cjs.js?!./node_modules/vue-loader/lib/index.js?!./node_modules/vue-mapbox/src/components/map/GlMap.vue?vue&type=script&lang=js& (0.js:35)
    at __webpack_require__ (app.js:767)
    at fn (app.js:130)
    at eval (GlMap.vue?0fa6:1)
    at Module../node_modules/vue-mapbox/src/components/map/GlMap.vue?vue&type=script&lang=js& (0.js:390)
    at __webpack_require__ (app.js:767)

Error in Chrome 58.0.3029.110 (64-bit). In Firefox 55.0.2 - ok.

morfair avatar Jul 17 '19 15:07 morfair