Browse Source

fix: conflict

Ahmad Kholid 2 years ago
parent
commit
3cf0d1696a
2 changed files with 2 additions and 2 deletions
  1. 1 1
      README.md
  2. 1 1
      src/utils/shared.js

+ 1 - 1
README.md

@@ -54,7 +54,7 @@ yarn dev
 # Compiles and minifies for production for the chrome browser
 yarn build
 
-# Create a zip file from the build folder for the chrome browser
+# Create a zip file from the build folder
 yarn build:zip
 
 # Compiles and hot-reloads for development for the firefox browser

+ 1 - 1
src/utils/shared.js

@@ -367,7 +367,7 @@ export const tasks = {
       type: 'json',
       description: '',
       variableName: '',
-      addBOMHeader: false,
+      addBOMHeader: true,
       onConflict: 'uniquify',
       dataToExport: 'data-columns',
     },