From d7f7e5ce2b3b770baf9f021b8ae5280a6205ee10 Mon Sep 17 00:00:00 2001 From: fxy060608 Date: Sun, 18 Nov 2018 16:13:24 +0800 Subject: [PATCH] add gitignore --- .gitignore | 2 ++ generator.js | 3 +-- 2 files changed, 3 insertions(+), 2 deletions(-) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..3250bb9 --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +node_modules/.bin +node_modules/.yarn-integrity diff --git a/generator.js b/generator.js index fbc442f..53a0753 100644 --- a/generator.js +++ b/generator.js @@ -10,7 +10,6 @@ async function generate(dir, files, base = '') { cwd: dir, nodir: true }).forEach(rawPath => { - console.log(rawPath) files[path.join(base, rawPath)] = fs.readFileSync(path.resolve(dir, rawPath), 'utf-8') }) @@ -25,7 +24,7 @@ module.exports = (api, options, rootOptions) => { '@dcloudio/uni-h5': '^0.0.1' }, devDependencies: { - '@dcloudio/vue-cli-plugin-uni': '^0.0.1' + '@dcloudio/vue-cli-plugin-uni': '^0.0.2' }, babel: { presets: [