Browse Source

ignore dist files in babel

dev
Evan You 9 years ago
parent
commit
f9613c5ace
  1. 5
      .babelrc

5
.babelrc

@ -6,5 +6,8 @@
"production": {
"presets": ["es2015-rollup-vue"]
}
}
},
"ignore": [
"dist/*.js"
]
}

Loading…
Cancel
Save