mirror of
https://gitee.com/dcloud/uni-preset-vue
synced 2025-04-05 21:41:53 +08:00
add gitignore
This commit is contained in:
parent
48ebcb3a04
commit
d7f7e5ce2b
2
.gitignore
vendored
Normal file
2
.gitignore
vendored
Normal file
@ -0,0 +1,2 @@
|
||||
node_modules/.bin
|
||||
node_modules/.yarn-integrity
|
@ -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: [
|
||||
|
Loading…
x
Reference in New Issue
Block a user