angeliquekom / vue-json-to-csv

A Vue.js 2 component for transform and download a json in csv format
MIT License
35 stars 9 forks source link

Remove console.log('out') in production build. #5

Closed twickstrom closed 5 years ago

twickstrom commented 5 years ago

Describe the bug The distribution file contains a console.log statement. This should be removed. dist/vue-json-to-csv.js?251c:1

To Reproduce Steps to reproduce the behavior:

  1. Execute a new json-to-csv
  2. Look in the console to see the console.log('out') statement

Expected behavior Console.log sttatements should not be in production builds.

Screenshots

screen shot 2018-11-11 at 8 09 05 pm
lefterisnik commented 5 years ago

+1

angeliquekom commented 5 years ago

@twickstrom Thanks for checking that. I have fixed that issue at the new version 1.1.7.