ignore dist files in babel

This commit is contained in:
Evan You 2016-04-29 16:05:19 -04:00
parent b66be950f5
commit f9613c5ace

View File

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