justinkames / vuejs-logger

Provides customizable logging functionality for Vue.js. Compatible with Vue2.
MIT License
245 stars 50 forks source link

Problem resolving es6-object-assign #19

Closed cory-buckley closed 6 years ago

cory-buckley commented 6 years ago

I'm getting the following error in one of my pipelines. I've switch to using vuejs-logger@1.4.0 since that appears to be the last version that doesn't cause this error.

Module not found: Error: Can't resolve 'es6-object-assign' in '/opt/atlassian/pipelines/agent/build/node_modules/vuejs-logger/dist'

justinkames commented 6 years ago

@cory-buckley thanks for reporting, working on it now.