Closed archseer closed 5 years ago
Hey thanks for reporting the issue. I'll get this looked into. We're working on a lot of higher priority stuff right now so it may be a little while. Cheers!
So I've narrowed down what happens. Vue by default generates sourcemaps for only js, skipping css. This plugin is trying to upload both. Maybe it should skip anything not ending in ".js"?
Same issue here. I'm using Nuxt.js
ERROR Cannot read property 'existsAt' of undefined 09:20:48
at maps.map.map (node_modules/webpack-bugsnag-plugins/source-map-uploader-plugin.js:53:48)
at Array.map (<anonymous>)
at chunkToSourceMapDescriptors (node_modules/webpack-bugsnag-plugins/source-map-uploader-plugin.js:43:21)
at Array.map (<anonymous>)
at plugin (node_modules/webpack-bugsnag-plugins/source-map-uploader-plugin.js:67:39)
at _err0 (eval at create (node_modules/tapable/lib/HookCodeFactory.js:32:10), <anonymous>:19:1)
at reportBuild.then.catch (node_modules/webpack-bugsnag-plugins/build-reporter-plugin.js:20:11)
at process._tickCallback (internal/process/next_tick.js:68:7)
@bengourley
Hey thanks for reporting the issue. I'll get this looked into. We're working on a lot of higher priority stuff right now so it may be a little while. Cheers!
Eagerly awaiting this fix. Seems this plugin is unusable for Vue apps in the meantime.
I had this happen when my entry file was incorrect, double check it!
I'm trying to use this with the vue-cli 3.0 build.
vue.config.js